cleanup
This commit is contained in:
parent
8d49ef11ff
commit
ce93f51d5b
1 changed files with 2 additions and 2 deletions
|
|
@ -310,8 +310,8 @@ export const useTimelinesStore = defineStore('timelines', {
|
|||
}
|
||||
})
|
||||
},
|
||||
onStreamMessage(timeline, argument, event) {
|
||||
this.addStatusesToTimeline(timeline, argument, {
|
||||
onStreamMessage(timelineName, argument, event) {
|
||||
this.addStatusesToTimeline(timelineName, argument, {
|
||||
statuses: event.data.map(({ id }) => id),
|
||||
repeats: event.data
|
||||
.filter(({ retweeted_status }) => Boolean(retweeted_status))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue