matrix-org / matrix-appservice-discord

A bridge between Matrix and Discord.
Apache License 2.0
804 stars 152 forks source link

Support pinning messages #240

Open Half-Shot opened 6 years ago

Half-Shot commented 6 years ago

It's ridiculously easy to do https://matrix.org/docs/spec/client_server/r0.4.0.html#m-room-pinned-events

Half-Shot commented 6 years ago

especially with https://discord.js.org/#/docs/main/stable/class/Client?scrollTo=e-channelPinsUpdate

WilliamBenEmbarek commented 2 years ago

If it's ridiculously easy to do why not make a PR?