Skip to content

Preserving Read Status and Server Notification Settings #293

@aiko-chan-ai

Description

@aiko-chan-ai

Discussed in #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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurealien alien alien

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions