Support Profile Status and Profile Attributes. Auto Fetch Updates on a Heartbeat. Move Profile Image Download Checks to Cwtch #503

Merged
sarah merged 4 commits from autodownload into master 2023-04-04 21:04:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 51f85ea619 - Show all commits

View File

@ -24,7 +24,7 @@ func (cr *heartbeat) Id() PluginID {
func (a heartbeat) Shutdown() {
a.breakChan <- true
a.bus.Shutdown()
a.queue.Shutdown()
}
func (a *heartbeat) run() {