Implement scene invitation and membership controls

This commit is contained in:
Paul Frazee
2022-11-10 16:30:14 -06:00
parent 28c2591e0b
commit 7d90638188
49 changed files with 2603 additions and 462 deletions
+6 -1
View File
@@ -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