Skip to content

Tags: nolanlum/tanya

Tags

v0.3.2

Toggle v0.3.2's commit message
Bump Slack API to 0.10.0. Better logging on fatal errors.

Simplified the conversation marking code a bit too.

v0.3.1.1

Toggle v0.3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update release trigger

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
try with asset path

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use new Slack methods, use go mod, migrate to conversation API (#66)

Co-authored-by: Meff <[email protected]>
Co-authored-by: Nolan Lum <[email protected]>

v0.2.3

Toggle v0.2.3's commit message
Never ignore your linter.

v0.2.2

Toggle v0.2.2's commit message
Update slack library to latest master.

v0.2.1

Toggle v0.2.1's commit message
Switch to SlackAPI fork to workaround nlopes/slack#604.

Fixes #60

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update deps to pull in bugfixes. (#55)

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add sections on configuring and debugging.

v0.1.3

Toggle v0.1.3's commit message
Fix potential usage of uninitialized reverse mappings.

If we receive a `user_change` event before `regenerateReverseMappings` is called at the end of `bootstrapMappings`, we could potentially attempt to modify these `nil` maps.

Since I can't remember any good reasons why these shouldn't be initialized to empty maps (and all the code seems to assume these will be non-nil anyway), initialize these to empty maps on SlackClient creation.