Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Version 1.6.3

Compare
Choose a tag to compare
@herpaderpaldent herpaderpaldent released this 09 Jan 20:49
· 54 commits to master since this release
57871fe

This version attempts to resolve major outages in using seat-groups >1.6.0 if not used with seat-notifications installed.

  • Refactored GroupSync job to use events for missing refreshtoken, successful attaches/detached role updates and failed syncs
  • Events have two listeners: one for writing a log entry and one to dispatch a notification
  • MissingRefreshTokenNotification for discord contains a link to the configuration page of that user to quicker resolve false positive messages.

log events are queued into the default queue whereas notifications are prioritized. Thank you @lawin for pointing out this bug.