mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
Finally fixed send-note, argh! I hope...
This commit is contained in:
parent
aae4e1ed29
commit
d70d54072f
1 changed files with 2 additions and 1 deletions
|
@ -104,8 +104,9 @@ export default async function (req: VercelRequest, res: VercelResponse) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sentIds.push(sendingIds);
|
||||||
configRef.set({
|
configRef.set({
|
||||||
"sentIds": sentIds.concat(sendingIds),
|
"sentIds": sentIds,
|
||||||
"lastEpoch": new Date().getTime()
|
"lastEpoch": new Date().getTime()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue