Update notes/featured
This commit is contained in:
parent
4a93dadc1c
commit
b56fed8ed5
4 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ export const meta = {
|
|||
};
|
||||
|
||||
export default define(meta, async (ps, user) => {
|
||||
const day = 1000 * 60 * 60 * 24 * 2;
|
||||
const day = 1000 * 60 * 60 * 24 * 3; // 3日前まで
|
||||
|
||||
const hideUserIds = await getHideUserIds(user);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue