1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fetch remote user's toots

This commit is contained in:
xmflsct
2023-02-25 23:42:04 +01:00
parent f505f78193
commit 702ecef243
16 changed files with 184 additions and 105 deletions

View File

@@ -33,7 +33,7 @@ declare namespace Mastodon {
role?: Role
// Internal
_remote?: boolean
_remote?: string // domain
}
type Announcement = {
@@ -400,7 +400,7 @@ declare namespace Mastodon {
url: string
// Internal
_remote?: boolean
_remote?: string // domain
}
type Notification =