Yeet mentions
This commit is contained in:
parent
82db61ede0
commit
0a79b6b9f0
|
@ -71,7 +71,7 @@ export async function importPosts(
|
||||||
visibility: "public",
|
visibility: "public",
|
||||||
visibleUsers: [],
|
visibleUsers: [],
|
||||||
channel: null,
|
channel: null,
|
||||||
apMentions: null,
|
apMentions: new Array(0),
|
||||||
apHashtags: undefined,
|
apHashtags: undefined,
|
||||||
apEmojis: undefined,
|
apEmojis: undefined,
|
||||||
});
|
});
|
||||||
|
@ -113,7 +113,7 @@ export async function importPosts(
|
||||||
visibility: "public",
|
visibility: "public",
|
||||||
visibleUsers: [],
|
visibleUsers: [],
|
||||||
channel: null,
|
channel: null,
|
||||||
apMentions: null,
|
apMentions: new Array(0),
|
||||||
apHashtags: undefined,
|
apHashtags: undefined,
|
||||||
apEmojis: undefined,
|
apEmojis: undefined,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue