mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-06 22:47:38 +03:00
Fix sync display name and delete after issue
This commit is contained in:
parent
3e48c86ee9
commit
eecd689ad5
4 changed files with 16 additions and 15 deletions
|
@ -1328,6 +1328,7 @@ func (s *Server) execManager() {
|
|||
var subscribers int
|
||||
for _, t := range s.topics {
|
||||
subs := t.SubscribersCount()
|
||||
log.Trace("- topic %s: %d subscribers", t.ID, subs)
|
||||
msgs, exists := messageCounts[t.ID]
|
||||
if subs == 0 && (!exists || msgs == 0) {
|
||||
log.Trace("Deleting empty topic %s", t.ID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue