You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having difficulty sending mentions and would appreciate any help you could provide.
The relevant code is below. mentions = [{ "name": "OBFUSCATED_UUID", "number": None, "uuid": "OBFUSCATED_UUID", "start": 1, "length": 1 }] await c.send("TEXT", None, mentions=mentions)
I would expect this to produce a mention based on the mentions json that I got when I saved the info from a real mention example, but it does not. Instead I get a [PingCommand] Error: in the signal-api-logfile.txt and nothing of note in the docker logs for the rest api.
The text was updated successfully, but these errors were encountered:
I'm having difficulty sending mentions and would appreciate any help you could provide.
The relevant code is below.
mentions = [{ "name": "OBFUSCATED_UUID", "number": None, "uuid": "OBFUSCATED_UUID", "start": 1, "length": 1 }]
await c.send("TEXT", None, mentions=mentions)
I would expect this to produce a mention based on the mentions json that I got when I saved the info from a real mention example, but it does not. Instead I get a
[PingCommand] Error:
in the signal-api-logfile.txt and nothing of note in the docker logs for the rest api.The text was updated successfully, but these errors were encountered: