From 4b54a1d11fd0fa355b244637612a3fd0af18c60c Mon Sep 17 00:00:00 2001 From: raven Date: Wed, 22 Oct 2025 15:48:40 -0500 Subject: events generated from other clients on the same account --- server/user/user.go | 1 + 1 file changed, 1 insertion(+) (limited to 'server/user/user.go') diff --git a/server/user/user.go b/server/user/user.go index 7f272c1..311a1b8 100644 --- a/server/user/user.go +++ b/server/user/user.go @@ -21,6 +21,7 @@ type User struct { status string description string Stream session.Stream + PrivateStream session.Stream anonymous bool } -- cgit v1.2.3