1
0

upd: change deps, fix a few bugs, update converter

Fixes User and Notes count bug (transfem-org/Sharkey#113)
Fixes build issues due to types (transfem-org/Sharkey#111)
Return accounts and notes like Iceshrimp
Use MFM class from Iceshrimp to fix HTML output for mastodon
This commit is contained in:
Mar0xy
2023-10-29 00:50:00 +02:00
parent b0a7fd6ddb
commit 82c10de265
14 changed files with 421 additions and 242 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ namespace Entity {
in_reply_to_account_id: string | null
reblog: Status | null
content: string
plain_content: string | null
plain_content?: string | null
created_at: string
emojis: Emoji[]
replies_count: number