Remove RetryPeer event, Poke token count on new group #513

Merged
sarah merged 4 commits from events into master 2023-05-09 18:24:32 +00:00
Owner
No description provided.
dan was assigned by sarah 2023-05-02 19:28:51 +00:00
sarah force-pushed events from 02b0fecb25 to 3b822393cd 2023-05-02 19:29:01 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch/163
Member
Drone Build Status: failure https://build.openprivacy.ca/cwtch.im/cwtch/164
sarah force-pushed events from 8eb7893aeb to 2abfaf82a1 2023-05-02 20:45:42 +00:00 Compare
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch/165
dan reviewed 2023-05-03 13:42:05 +00:00
@ -957,3 +962,3 @@
lastSeen = cp.GetConversationLastSeenTime(ci.ID)
}
cp.eventBus.Publish(event.NewEvent(event.PeerRequest, map[event.Field]string{event.RemotePeer: onion, event.LastSeen: lastSeen.Format(time.RFC3339Nano)}))
cp.eventBus.Publish(event.NewEvent(event.QueuePeerRequest, map[event.Field]string{event.RemotePeer: onion, event.LastSeen: lastSeen.Format(time.RFC3339Nano)}))
Owner

above this in PeerWithOnion we haec the same lastSeen default to cwtch.Epoch and now I'm thinking it should also be time.Now() if we haven;t seen it before better representing the likelyhood PeerWithOnion will be called with a new contact

above this in PeerWithOnion we haec the same lastSeen default to cwtch.Epoch and now I'm thinking it should also be time.Now() if we haven;t seen it before better representing the likelyhood PeerWithOnion will be called with a new contact
sarah added 1 commit 2023-05-09 17:43:22 +00:00
dan approved these changes 2023-05-09 17:57:08 +00:00
Member
Drone Build Status: success https://build.openprivacy.ca/cwtch.im/cwtch/166
sarah merged commit 05cc347ba2 into master 2023-05-09 18:24:32 +00:00
Sign in to join this conversation.
No description provided.