mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 15:45:39 +00:00
Added bio to PublicUserProjection
This commit is contained in:
@@ -10,6 +10,7 @@ export const PublicUserProjection = {
|
||||
id: true,
|
||||
public_flags: true,
|
||||
avatar: true,
|
||||
bio: true,
|
||||
};
|
||||
|
||||
export interface User {
|
||||
|
||||
Reference in New Issue
Block a user