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

Function _story_is_media

Scripts/ButSystem.py:18551–18553  ·  view source on GitHub ↗
(mime: str)

Source from the content-addressed store, hash-verified

18549 {% else %}
18550 <a class="file-chip" href="{{ url_for('discussion_file_download', fid=m.file_id) }}">📎 {{ m.file_name }}</a>
18551 <div class="small-muted mt-1">{{ m.file_size_h }}</div>
18552 {% endif %}
18553 {% else %}
18554 <span class="msg-text">{{ m.body }}</span>
18555 {% endif %}
18556 </div>

Callers 2

_stories_for_userFunction · 0.70
story_mediaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected