1
0

support reactions in mastodon API

This commit is contained in:
Hazelnoot
2025-03-22 18:18:54 -04:00
parent fbdee815da
commit 3c54680860
8 changed files with 82 additions and 54 deletions
@@ -6,5 +6,7 @@ namespace Entity {
me: boolean
name: string
accounts?: Array<Account>
url?: string
static_url?: string
}
}