fix
This commit is contained in:
parent
a9eb2ccc2d
commit
1c9255dce6
|
@ -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",
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue