This commit is contained in:
thatonecalculator 2022-12-01 23:22:43 -08:00 committed by Gitea
parent a9eb2ccc2d
commit 1c9255dce6
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.18-rc.9",
"version": "12.119.0-calc.18-rc.10",
"codename": "aqua",
"repository": {
"type": "git",

View File

@ -77,8 +77,8 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => {
limit: 11,
});
const users = renotes.map(x => x.user);
const hasRenotedBefore = users.includes($i);
const users = renotes.map(x => x.user.id);
const hasRenotedBefore = users.includes($i.id);
if (hasRenotedBefore) {
buttonActions.push({