Skip to content
Snippets Groups Projects

built the system to sequentually pick up old ephemerals, breaks interfaces and tests

Merged Richard T. Carback III requested to merge delayedOldPickup into release
Files
25
+ 2
1
@@ -42,7 +42,8 @@ func NewBroadcastChannel(channel *crypto.Channel, net Client,
}
// Add channel's identity
net.AddIdentity(channel.ReceptionID, identity.Forever, true)
net.AddIdentityWithHistory(channel.ReceptionID, identity.Forever,
channel.Created, true)
jww.INFO.Printf("New broadcast channel client created for channel %q (%s)",
channel.Name, channel.ReceptionID)
Loading