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