-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Zulip ID instead of email for most purposes (#62)
Squash commit due to a not-great history. - We already use Zulip ID as the database key. Ignore the "id" value in the database *value*, since it's redundant with the record ID. Alongside this, I slightly refactored how the record-to-struct conversion happens. - Use the Zulip ID when sending messages. Empirically, list of IDs has to be given as `[123,456]`, i.e. with square brackets. It's fine to send a single-receiver message as `[123]` (Jeremy got the "odd one out" message). - Retrieve the Zulip ID from the RC API, to use when handling end-of-batch processing - Misc other cleanups Co-authored-by: Jeremy Kaplan <[email protected]>
- Loading branch information
Showing
6 changed files
with
157 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.