3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Dragory
3264ce1f14 Add a shared lock for Persist and ReactionRoles plugins to prevent race conditions 2020-05-22 20:35:15 +03:00
Dragory
0e5cc088d3 Fix persist plugin removing already-granted roles
Specifically, the mute role granted by the mutes plugin.
2020-01-20 23:37:29 +02:00
Dragory
161d2dd3c3 Fix error when loading old persist configs 2020-01-12 17:24:55 +02:00
Dragory
4c404aa2a3 Persist: remove voice mute persist support
Since voice mutes cannot be re-applied unless the member is in voice,
we can't re-apply the voice mute automatically on join and would have
to do it later when they first join voice, which could get messy if
they were not supposed to be voice muted anymore after all (if they
e.g. don't use voice for a long time).
2020-01-12 17:05:55 +02:00
Dragory
9250c84637 Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
Renamed from src/plugins/Persist.ts (Browse further)