feat: remove telemetry

This commit is contained in:
Junyan Qin
2025-05-10 16:17:01 +08:00
parent d1f7b93d77
commit 425681ea09
18 changed files with 17 additions and 525 deletions
+1 -4
View File
@@ -108,10 +108,7 @@ class AnnouncementManager:
for ann in announcements:
ann_text += f'[公告] {ann.time}: {ann.content}\n'
if announcements:
await self.ap.ctr_mgr.main.post_announcement_showed(
ids=[item.id for item in announcements]
)
# TODO statistics
return ann_text, logging.INFO
except Exception as e: