mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Reply working
This commit is contained in:
@ -143,6 +143,12 @@ export const timelineFetch = async (
|
||||
url: `conversations`,
|
||||
params
|
||||
})
|
||||
if (pagination) {
|
||||
// Bug in pull to refresh in conversations
|
||||
res.body = res.body.filter(
|
||||
(b: Mastodon.Conversation) => b.id !== pagination.id
|
||||
)
|
||||
}
|
||||
return Promise.resolve({ toots: res.body, pointer: null })
|
||||
|
||||
case 'Bookmarks':
|
||||
|
Reference in New Issue
Block a user