revoltchat / frontend

Monorepo for Revolt's frontend.
https://revolt.chat
GNU Affero General Public License v3.0
211 stars 62 forks source link

feature request: Please add way to use the masquarade feature #244

Open NinekoTheCat opened 1 year ago

NinekoTheCat commented 1 year ago

What do you want to see?

masquarade is a way to 'change' your identity per message and user/bots can use it in the API but the frontend doesn't support it. Please add it, revelant api docs:

https://developers.revolt.chat/api#tag/Messaging/operation/message_send_message_send


{

    "nonce": "string",
    "content": "string",
...
  "masquerade": {

      "name": "string",
      "avatar": "string",
      "colour": "string"

  },
}
...
Tinkerpaw commented 1 year ago

Seconding this, as it would fulfill this feature request: https://github.com/orgs/revoltchat/discussions/76

Robo-Fortune commented 1 year ago

Also boosting this, would be immensely useful for a number of different cases such as plural systems and roleplay accounts, as well as some more niche use cases with bot development