diff options
| author | citrons <citrons@mondecitronne.com> | 2025-05-30 16:42:48 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2025-05-30 17:46:50 -0500 |
| commit | adb0e3528b40be863bca76b22f4640af4e0dba78 (patch) | |
| tree | 9905f45df921ce1c5f7e22c08e30ddd48b5697a2 /server/user/user.go | |
| parent | 7154df4f7bd86fd38aaa00a9bb35f9e97091f168 (diff) | |
use "gone" for both deleted channels and users
Diffstat (limited to 'server/user/user.go')
| -rw-r--r-- | server/user/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/user/user.go b/server/user/user.go index 0f20bf1..0a9ae4e 100644 --- a/server/user/user.go +++ b/server/user/user.go @@ -105,6 +105,6 @@ func (u *User) GetInfo() proto.Object { func (t Tombstone) GetInfo() proto.Object { return proto.Object { - "gone", "", map[string]string {"": t.name}, + "gone", "", map[string]string {"": t.name, "kind": "u"}, } } |
