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

Function dm_lock_remove

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

Source from the content-addressed store, hash-verified

14727@app.route("/api/group/<int:gid>/since")
14728@login_required
14729def api_group_since(gid: int):
14730 """Return new group messages since a given id (AJAX polling).
14731
14732 This endpoint lets group chats update in-place (no full page refresh)
14733 when messages are sent/received.
14734
14735 Query params:
14736 id: Last seen group message id (integer).
14737 html: If '1', include pre-rendered HTML rows for easy DOM append.

Callers

nothing calls this directly

Calls 2

current_userFunction · 0.70
_chat_lock_removeFunction · 0.70

Tested by

no test coverage detected