typo
This commit is contained in:
parent
01064dd3c6
commit
c33313f797
|
@ -30,7 +30,7 @@ export const meta = {
|
||||||
id: "c3a5a51e-04d4-11ee-be56-0242ac120002",
|
id: "c3a5a51e-04d4-11ee-be56-0242ac120002",
|
||||||
},
|
},
|
||||||
noKeywords: {
|
noKeywords: {
|
||||||
message: "No keywords",
|
message: "No keywords.",
|
||||||
code: "NO_KEYWORDS",
|
code: "NO_KEYWORDS",
|
||||||
id: "aa975b74-1ddb-11ee-be56-0242ac120002",
|
id: "aa975b74-1ddb-11ee-be56-0242ac120002",
|
||||||
},
|
},
|
||||||
|
|
|
@ -50,7 +50,7 @@ export default async function (
|
||||||
).map((x) => x.followeeId),
|
).map((x) => x.followeeId),
|
||||||
);
|
);
|
||||||
|
|
||||||
const myAntennas = (await getAntennas()).filter((a) => a.userId === userId);
|
// const myAntennas = (await getAntennas()).filter((a) => a.userId === userId);
|
||||||
const readMentions: (Note | Packed<"Note">)[] = [];
|
const readMentions: (Note | Packed<"Note">)[] = [];
|
||||||
const readSpecifiedNotes: (Note | Packed<"Note">)[] = [];
|
const readSpecifiedNotes: (Note | Packed<"Note">)[] = [];
|
||||||
const readChannelNotes: (Note | Packed<"Note">)[] = [];
|
const readChannelNotes: (Note | Packed<"Note">)[] = [];
|
||||||
|
|
Loading…
Reference in New Issue