Skip to content

[bugfix] introduce delay btw/ channel creation & welcome msg

aguestuser requested to merge nostory-delay-sending-welcome-msg into master

BUG: welcome messages not being sent for newly created channels CAUSE: contention over signald's lock on keystore file FIX: introduce delay between creating channel and sending message (so both actions don't contend for lock)

Merge request reports