handle deleted users (id -1, Ghost)

This commit is contained in:
Adam Majer 2024-09-11 12:17:35 +02:00
parent 61b8066780
commit 0b6e639567

View File

@ -45,7 +45,7 @@ type Organization struct {
} }
type User struct { type User struct {
Id uint Id int
Username string Username string
} }