You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve inbound events to their authenticated message before clearing
unread state so activity from another conversation cannot mark the open
thread as read.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: c4b0e509-8bcb-4ace-82f4-3e64f6fcc0a6
returnlistener.tracer.WrapErrorSpan(span, stacktrace.Propagatef(err, "cannot trigger websocket [%s] event with ID [%s] for user with ID [%s]", event.Type(), event.ID(), payload.UserID))
54
60
}
55
61
returnnil
@@ -82,7 +88,9 @@ func (listener *WebsocketListener) onMessagePhoneReceived(ctx context.Context, e
82
88
returnlistener.tracer.WrapErrorSpan(span, stacktrace.Propagatef(err, "cannot decode [%s] into [%T]", event.Data(), payload))
returnlistener.tracer.WrapErrorSpan(span, stacktrace.Propagatef(err, "cannot trigger websocket [%s] event with ID [%s] for user with ID [%s]", event.Type(), event.ID(), payload.UserID))
0 commit comments