fix: pinned being set to null causing errors in masto api
This commit is contained in:
@@ -272,7 +272,7 @@ export class MastoConverters {
|
|||||||
poll: status.poll ?? null,
|
poll: status.poll ?? null,
|
||||||
application: null, //FIXME
|
application: null, //FIXME
|
||||||
language: null, //FIXME
|
language: null, //FIXME
|
||||||
pinned: null,
|
pinned: false,
|
||||||
reactions: status.emoji_reactions,
|
reactions: status.emoji_reactions,
|
||||||
emoji_reactions: status.emoji_reactions,
|
emoji_reactions: status.emoji_reactions,
|
||||||
bookmarked: false,
|
bookmarked: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user