mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Yeet mentions
This commit is contained in:
parent
c2883ea95b
commit
fcbdde47d0
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue