1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 06:15:54 +02:00

Update notes/featured

This commit is contained in:
syuilo
2019-02-26 14:42:24 +09:00
parent 4a93dadc1c
commit b56fed8ed5
4 changed files with 4 additions and 4 deletions

View File

@@ -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);