hide muted threads from timelines
This commit is contained in:
parent
a4c0ef824c
commit
7d0f995c9b
18 changed files with 134 additions and 51 deletions
|
|
@ -12,6 +12,12 @@ export const packedNoteSchema = {
|
|||
format: 'id',
|
||||
example: 'xxxxxxxxxx',
|
||||
},
|
||||
threadId: {
|
||||
type: 'string',
|
||||
optional: false, nullable: false,
|
||||
format: 'id',
|
||||
example: 'xxxxxxxxxx',
|
||||
},
|
||||
createdAt: {
|
||||
type: 'string',
|
||||
optional: false, nullable: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue