mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-07 11:22:35 +01:00
Merge pull request #11 from BanTheNons/publicuserprojection-bio
Added bio to PublicUserProjection
This commit is contained in:
commit
fe6adc727f
@ -10,6 +10,7 @@ export const PublicUserProjection = {
|
||||
id: true,
|
||||
public_flags: true,
|
||||
avatar: true,
|
||||
bio: true,
|
||||
};
|
||||
|
||||
export interface User {
|
||||
|
Loading…
Reference in New Issue
Block a user