Merge branch 'lists-implementation' into 'develop'

Add lists support

See merge request pleroma/pleroma-fe!1584
This commit is contained in:
HJ 2022-08-09 21:46:55 +00:00
commit 7773e7de64
34 changed files with 1194 additions and 18 deletions

View file

@ -19,6 +19,7 @@ const Timeline = {
'timelineName',
'title',
'userId',
'listId',
'tag',
'embedded',
'count',
@ -103,6 +104,7 @@ const Timeline = {
timeline: this.timelineName,
showImmediately,
userId: this.userId,
listId: this.listId,
tag: this.tag
})
},
@ -158,6 +160,7 @@ const Timeline = {
older: true,
showImmediately: true,
userId: this.userId,
listId: this.listId,
tag: this.tag
}).then(({ statuses }) => {
if (statuses && statuses.length === 0) {