have to actually run the decay

This commit is contained in:
Cassandra Heart 2024-11-26 23:55:45 -06:00
parent 0242eafa3e
commit ab2484206d
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -500,6 +500,8 @@ func NewBlossomSub(
bs.h = h
bs.signKey = privKey
go bs.background(ctx)
return bs
}