Closed
Description
Per the docs for the typing-notifications API, the Zulip server expects to
to be a list of email addresses, not a list of user IDs. Unfortunately, we're sending the latter.
The current version of the Zulip server appears to accept numeric IDs (@andersk, can you confirm?) but errors in Sentry indicate that responses from servers along the lines of Bad value for 'to': [17,42,105]
do occur in the wild.