You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the m.mentions property of a message, it should be possible for the bridge to make messages that have inserted a @role (on the discord side of bridge) to "ping" matrix users that are part of that group.
Example
Consider the discord role @admins, which includes users Alice and Bob. Currently, the message content may look like this after bridging to matrix:
Alice has the matrix account @alice:example.org and is logged into the bridge for double-puppeting. Bob is not logged into the bridge, so mautrix has created a pseudo-user for his messages with the username @discord_0123:example.org. When a bridged discord message includes a valid @admins ping, this feature request suggests that the bridge should append the m.mentions property to the message event payload, like so:
(While the @discord_0123:example.org user doesn't have any need to be included in the mention, since it is an unmonitored account, it is shown here for clarity. In practice, it may be pruned to reduce message size.)
The text was updated successfully, but these errors were encountered:
Description
Using the
m.mentions
property of a message, it should be possible for the bridge to make messages that have inserted a@role
(on the discord side of bridge) to "ping" matrix users that are part of that group.Example
Consider the discord role
@admins
, which includes users Alice and Bob. Currently, the message content may look like this after bridging to matrix:Alice has the matrix account
@alice:example.org
and is logged into the bridge for double-puppeting. Bob is not logged into the bridge, so mautrix has created a pseudo-user for his messages with the username@discord_0123:example.org
. When a bridged discord message includes a valid@admins
ping, this feature request suggests that the bridge should append them.mentions
property to the message event payload, like so:(While the
@discord_0123:example.org
user doesn't have any need to be included in the mention, since it is an unmonitored account, it is shown here for clarity. In practice, it may be pruned to reduce message size.)The text was updated successfully, but these errors were encountered: