mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 02:12:40 +01:00
dfghgd
This commit is contained in:
parent
b9135a1051
commit
cd9bcd53be
@ -520,6 +520,7 @@ export class Channel extends BaseClass {
|
||||
preferredUsername: this.id,
|
||||
summary: this.topic,
|
||||
icon: undefined,
|
||||
discoverable: true,
|
||||
|
||||
publicKey: {
|
||||
id: `https://${webDomain}/fed/user/${this.id}#main-key`,
|
||||
|
@ -96,6 +96,8 @@ export interface APPersonButMore extends APPerson {
|
||||
owner: string;
|
||||
publicKeyPem: string;
|
||||
};
|
||||
|
||||
discoverable: boolean;
|
||||
}
|
||||
|
||||
@Entity("users")
|
||||
|
Loading…
Reference in New Issue
Block a user