fix
This commit is contained in:
parent
25fa34d97c
commit
c965188ea7
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.18-rc.9",
|
"version": "12.119.0-calc.18-rc.10",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -77,8 +77,8 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => {
|
||||||
limit: 11,
|
limit: 11,
|
||||||
});
|
});
|
||||||
|
|
||||||
const users = renotes.map(x => x.user);
|
const users = renotes.map(x => x.user.id);
|
||||||
const hasRenotedBefore = users.includes($i);
|
const hasRenotedBefore = users.includes($i.id);
|
||||||
|
|
||||||
if (hasRenotedBefore) {
|
if (hasRenotedBefore) {
|
||||||
buttonActions.push({
|
buttonActions.push({
|
||||||
|
|
Loading…
Reference in New Issue