diff options
Diffstat (limited to 'src/state/models/post-thread-view.ts')
-rw-r--r-- | src/state/models/post-thread-view.ts | 7 |
1 files changed, 6 insertions, 1 deletions
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<string, unknown> = {} embed?: | GetPostThread.RecordEmbed |