From 5320b561c592e875f0523760d4d20df8d66b30a7 Mon Sep 17 00:00:00 2001 From: raven Date: Mon, 20 Oct 2025 18:06:13 -0500 Subject: user and channel saving --- server/user/command.go | 1 + 1 file changed, 1 insertion(+) (limited to 'server/user/command.go') diff --git a/server/user/command.go b/server/user/command.go index 14a8b57..47a3efb 100644 --- a/server/user/command.go +++ b/server/user/command.go @@ -47,6 +47,7 @@ func (u *User) SendRequest(r session.Request) { return } } + u.Save() u.Stream.Event(r.Cmd) r.ReplyOk() -- cgit v1.2.3