mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
Added bot to PublicUserProjection
This commit is contained in:
parent
fe6adc727f
commit
235ea9fe3e
@ -11,6 +11,7 @@ export const PublicUserProjection = {
|
||||
public_flags: true,
|
||||
avatar: true,
|
||||
bio: true,
|
||||
bot: true,
|
||||
};
|
||||
|
||||
export interface User {
|
||||
@ -64,6 +65,7 @@ export interface PublicUser {
|
||||
username: string;
|
||||
avatar: string | null;
|
||||
public_flags: bigint;
|
||||
bot: boolean;
|
||||
}
|
||||
|
||||
export interface ConnectedAccount {
|
||||
|
Loading…
Reference in New Issue
Block a user