App integrations on servers allow using a dynamic nickname and avatar per-message. For example, Final Fantasy XIV has a plugin using XIVLauncher that can forward messages from in-game to a channel with the player's character portrait and name as the avatar and name that posts the message from the app.
DHT picks up the first message's avatar and character name displayed by the bot, but then defaults to that same name and avatar for every message following, instead of checking every message individually for changed avatar/names. Is the database not assigning a unique avatar and name per-message for apps? Is there a way that apps can be handled differently so each message will have the avatar and name rechecked and uniquely stored?
App integrations on servers allow using a dynamic nickname and avatar per-message. For example, Final Fantasy XIV has a plugin using XIVLauncher that can forward messages from in-game to a channel with the player's character portrait and name as the avatar and name that posts the message from the app.
DHT picks up the first message's avatar and character name displayed by the bot, but then defaults to that same name and avatar for every message following, instead of checking every message individually for changed avatar/names. Is the database not assigning a unique avatar and name per-message for apps? Is there a way that apps can be handled differently so each message will have the avatar and name rechecked and uniquely stored?