Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Add support for FB messenger /silent #311

Open
0xdevalias opened this issue Jun 8, 2023 · 0 comments
Open

Add support for FB messenger /silent #311

0xdevalias opened this issue Jun 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@0xdevalias
Copy link

When using the FB messenger iOS app I can prefix my message with /silent to have it not trigger notifications/etc on the receiving party's side.

It would be awesome if this functionality was available via this bridge.

I'm not sure if there is any more identifying info at the protocol level, but this is how it comes through on matrix currently:

{
  "room_id": "!REDACTED:beeper.local",
  "type": "m.room.message",
  "content": {
    "msgtype": "m.text",
    "body": "/silent foo bar baz",
    "format": "org.matrix.custom.html",
    "formatted_body": "/silent foo bar baz",
    "_isEmojiBody": null
  }
}
@0xdevalias 0xdevalias added the enhancement New feature or request label Jun 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant