This commit is contained in:
thatonecalculator 2022-12-01 23:22:43 -08:00
parent 25fa34d97c
commit c965188ea7
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({