-
Notifications
You must be signed in to change notification settings - Fork 600
mentions not working when tag is at offset 0 #857
Comments
a found that a work-around is to add an empty character like so
I don't think this is a bug in the API, I checked the handleMentions i couldn't find anything wrong |
What does the browser client do in this case? or is it impossible to send such a message without the API? |
it works fine on the browser, this edge-case only happens when using the api |
this is a server-side bug, because the endpoint that this api used is not being used anymore AFAIK (debugging on both latest Chrome and Firefox version), instead everything was moved to MQTT. btw facebook is using some weird things called LS (send data in /ls_req, receive data & messages (encrypted inside a F***ING FUNCTION) in /ls_resp) |
yeah, this (PR #858 ) is basically a work-around for this server-side bug, so that the developers can use this API |
this doesn't work
while this works just fine
The text was updated successfully, but these errors were encountered: