Add Conversation info in UCA
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2023-04-20 15:18:51 -07:00
parent 4e0fbbc1de
commit 79c51b0e6d
1 changed files with 5 additions and 3 deletions

View File

@ -86,6 +86,8 @@ func (pne ProfileValueExtension) OnContactReceiveValue(profile peer.CwtchPeer, c
event.Scope: string(scope),
event.Path: string(zone.ConstructZonedPath(zpath)),
event.Data: value,
event.RemotePeer: conversation.Handle,
event.ConversationID: strconv.Itoa(conversation.ID),
}))
}
}