matrix-org / matrix-appservice-discord

A bridge between Matrix and Discord.
Apache License 2.0
785 stars 148 forks source link

Various problems #875

Open walksanatora opened 1 year ago

walksanatora commented 1 year ago

[ ] bot use discord replies instead of embeds [ ] ability for discord users to ping matrix users (turn @#0000 -> matrix ping)

can someone reccommend me a matrix client with propper embed support

erkinalp commented 1 year ago
  1. is possible
  2. is not controllable currently (matrix-side has receiver-controlled notifications, not sender-controlled ones)
walksanatora commented 1 year ago

i am guessing 1 is not possible because of using webhooks on discords side i dont think you get 2, i mean turning a <@[uuid here]> -> @walksanatora:matrix.org i dont care if the notification pings, i just want translation of the mention

erkinalp commented 1 year ago

Oh, indeed you can add a pill but the existence of a pill will not affect the notification. It will just be a visual cue.

walksanatora commented 1 year ago

some clients do convert the pill to a actual ping+notification so it would be nice to automatically convert between them

walksanatora commented 1 year ago

ofc a !discord link would probally make the mention -> pill more consistent (incase mutiple peope have the similart usernames to the discord ping) but that would require the bot to be a bit smarter