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:
4
src/@types/mastodon.d.ts
vendored
4
src/@types/mastodon.d.ts
vendored
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user