summaryrefslogtreecommitdiff
path: root/server/user
diff options
context:
space:
mode:
Diffstat (limited to 'server/user')
-rw-r--r--server/user/user.go2
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"},
}
}