Files
2026-06-11 07:18:19 +03:00

6 lines
147 B
Python

from app.chat.notice_inbox import post_notice_to_latest_chat
def post_chat_notice(content: str) -> None:
post_notice_to_latest_chat(content)