MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / _story_today_start_z

Function _story_today_start_z

Scripts/ButSystem.py:18530–18532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18528_DISCUSS_ROW_TEMPLATE = r"""
18529<div class="msg-row {{ 'me' if m.sender==me else 'them' }}">
18530 <div class="bubble {{ 'me' if m.sender==me else 'them' }}" data-mid="{{ m.id }}" data-kind="{{ m.kind }}" data-sender="{{ m.sender }}">
18531 {% if m.sender!=me %}<div class="discuss-sender">@{{ m.sender }}</div>{% endif %}
18532 {% if m.kind == "text" %}
18533 <span class="msg-text">{{ m.body }}</span>
18534 {% elif m.kind == "voice" %}
18535 <audio controls preload="metadata">

Callers 1

_story_store_uploadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected