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

Function dm_lock_close

Scripts/ButSystem.py:14739–14744  ·  view source on GitHub ↗
(username: str)

Source from the content-addressed store, hash-verified

14737 html: If '1', include pre-rendered HTML rows for easy DOM append.
14738
14739 Returns:
14740 JSON: {ok: true, messages: [...]} where each message may include html.
14741 """
14742 me = current_user()
14743 # Only members can poll a group's messages
14744 if not group_role(gid, me):
14745 abort(403)
14746
14747 try:

Callers

nothing calls this directly

Calls 2

current_userFunction · 0.70
_chat_lock_clear_sessionFunction · 0.70

Tested by

no test coverage detected