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

Function dm_lock_unlock

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

Source from the content-addressed store, hash-verified

14714 "id": int(ur["id"]),
14715 "delivered_at_local": _local_time_str(ur["delivered_at"]) if ur["delivered_at"] else None,
14716 "delivered_at_utc": ur["delivered_at"],
14717 "read_at_local": _local_time_str(ur["read_at"]) if ur["read_at"] else None,
14718 "read_at_utc": ur["read_at"],
14719 })
14720 except Exception:
14721 pass
14722
14723 conn.close()
14724 return jsonify({"ok": True, "messages": out, "status_updates": updates, "server_now": now_z()})
14725
14726
14727@app.route("/api/group/<int:gid>/since")

Callers

nothing calls this directly

Calls 2

current_userFunction · 0.70

Tested by

no test coverage detected