mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 07:30:59 -07:00
Fix bug
This commit is contained in:
parent
b251f81ec1
commit
89b65fd16c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ async function byNative(res, rej, me, text, userId, following, reply, repost, me
|
|||
});
|
||||
}
|
||||
|
||||
if (following != null) {
|
||||
if (following != null && me != null) {
|
||||
const ids = await getFriends(me._id, false);
|
||||
push({
|
||||
user_id: following ? {
|
||||
|
|
Loading…
Reference in a new issue