From d3707f30e30bb717e95b27cc83a1121815b475b5 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 10 Nov 2022 16:30:14 -0600 Subject: Implement scene invitation and membership controls --- src/state/models/post-thread-view.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/state/models/post-thread-view.ts') diff --git a/src/state/models/post-thread-view.ts b/src/state/models/post-thread-view.ts index 7a735de03..385aa2e8e 100644 --- a/src/state/models/post-thread-view.ts +++ b/src/state/models/post-thread-view.ts @@ -31,7 +31,12 @@ export class PostThreadViewPostModel implements GetPostThread.Post { // data uri: string = '' cid: string = '' - author: GetPostThread.User = {did: '', handle: '', displayName: ''} + author: GetPostThread.User = { + did: '', + handle: '', + displayName: '', + declaration: {cid: '', actorType: ''}, + } record: Record = {} embed?: | GetPostThread.RecordEmbed -- cgit 1.4.1