-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any way to disable appending [m] to messages? #6
Comments
Yup we have had success using non printable characters on other services.
I'll update this issue later when I'm at a computer with the exact details.
On Thu, Jan 26, 2017 at 4:45 PM Tyler Freedman <notifications@github.com> wrote:
I've been using this bridge in production for the past couple weeks, and
most things are totally fine (except for the bugs I've filed). However, a
common complaint with the people I talk to is that [m] gets appended when
I'm not using Facebook Messenger natively.
Is there a nice way to disable this, so that nobody needs to know how I'm
replying?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAKsyfo2YbkLqF2Df9yYjzPLPSXUI9m5ks5rWT4tgaJpZM4LvUsE>
.
|
@tfreedman here you can see the you can see the default value here https://github.com/AndrewJDR/matrix-puppet-bridge/blob/f2aee74e0cf102775ae06529759c3aa9ab77c1e0/src/base.js#L269-L274 this should be enough information to show that you can set it in your config.json file. the tricky part is what to set it to so that people don't see it. this works for us on imessage and so we have it coded in the bridge application there, but you can just as well use this in your config.json |
I can confirm that this works - for anyone else wondering, just append the following to config.json right before the last closing brace. "deduplicationTag" : " \ufeff", |
I've been using this bridge in production for the past couple weeks, and most things are totally fine (except for the bugs I've filed). However, a common complaint with the people I talk to is that [m] gets appended when I'm not using Facebook Messenger natively.
Is there a nice way to disable this, so that nobody needs to know how I'm replying?
The text was updated successfully, but these errors were encountered: