aiko-chan-ai / aiko-chan-ai/DiscordBotClient

Preserving Read Status and Server Notification Settings

オープン
#293 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
feature
主要言語
TypeScript
スター
1.5k
フォーク
108
平均マージ
14時間 5分
マージ済み PR(30日)
2

説明

### Discussed in https://github.com/aiko-chan-ai/DiscordBotClient/discussions/292

Originally posted by **rezeisdevil** October 12, 2025
・Read Status
Once a message is marked as read, it should remain marked as read.

・Server Notification Settings
For each server, there are notification options such as “All Messages,” “Only @mentions,” and “No Notifications.”
These settings should also be preserved.

Currently, both of these reset to their default states after switching between bot accounts.

Switching Operation:
Switching from BOT1 to BOT2, and then back to BOT1.

### Reply

- Read Status:
Storing read message states with a bot is quite challenging since it involves managing a lot of data (and the bot can’t use the `/ack` endpoint).
This feature probably won’t be implemented for now.

- Server Notification Settings
If I remember correctly, this data used to be modified through `PreloadUserSettings`, but now it uses the `/users/@me/guilds/settings` endpoint.
This feature might be reintroduced later.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。