-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store post ID when creating meeting via slash command, add some logg…
…ing and set expiry time to meeting post IDs to avoid garbage in the KVStore (#134) * Store post ID when creating meeting via slash command, add some logging and set expiry time to meeting post IDs to avoid garbage in the KVStore * Fix test * Fix first meeting not being updated * Get meeting URL through OAuth * Remove unused debug line and refactor postMeeting to store the post in the helper * Fix lint * Correct error variable name, and make sure to avoid panic when err == nil and res == nil * Add client timeout and use utils.ReadAll instead of buf.ReadFrom * Add error logs and set the timeout in context * Move logs to the right place * Fix test
- Loading branch information
Showing
4 changed files
with
113 additions
and
25 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
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