fix: pinned being set to null causing errors in masto api
This commit is contained in:
parent
2267f5a619
commit
902e5a81f9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue