summaryrefslogtreecommitdiff
path: root/src/models/user.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/user.ts')
-rw-r--r--src/models/user.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/user.ts b/src/models/user.ts
index ee95854b95..b4daa906ca 100644
--- a/src/models/user.ts
+++ b/src/models/user.ts
@@ -108,6 +108,7 @@ export interface ILocalUser extends IUserBase {
export interface IRemoteUser extends IUserBase {
inbox: string;
+ sharedInbox?: string;
endpoints: string[];
uri: string;
url?: string;