This commit is contained in:
ThatOneCalculator 2023-07-08 16:10:12 -07:00 committed by Namekuji
parent 3029990b5d
commit a4dd142cf9
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ export const meta = {
id: "c3a5a51e-04d4-11ee-be56-0242ac120002",
},
noKeywords: {
message: "No keywords",
message: "No keywords.",
code: "NO_KEYWORDS",
id: "aa975b74-1ddb-11ee-be56-0242ac120002",
},

View file

@ -50,7 +50,7 @@ export default async function (
).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 readSpecifiedNotes: (Note | Packed<"Note">)[] = [];
const readChannelNotes: (Note | Packed<"Note">)[] = [];