summaryrefslogtreecommitdiffstats
path: root/ui/src/interfaces.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/interfaces.ts')
-rw-r--r--ui/src/interfaces.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/src/interfaces.ts b/ui/src/interfaces.ts
index 011f0408..7e29319f 100644
--- a/ui/src/interfaces.ts
+++ b/ui/src/interfaces.ts
@@ -273,10 +273,16 @@ export interface PrivateMessage {
read: boolean;
published: string;
updated?: string;
+ ap_id: string;
+ local: boolean;
creator_name: string;
creator_avatar?: string;
+ creator_actor_id: string;
+ creator_local: boolean;
recipient_name: string;
recipient_avatar?: string;
+ recipient_actor_id: string;
+ recipient_local: boolean;
}
export enum BanType {