Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
commit
063427a660
@ -59,7 +59,7 @@ export const meta = {
|
|||||||
|
|
||||||
export default define(meta, async (ps, me) => {
|
export default define(meta, async (ps, me) => {
|
||||||
const query = Users.createQueryBuilder('user')
|
const query = Users.createQueryBuilder('user')
|
||||||
.where(':tag = ANY(user.tags)', { tag: ps.tag });
|
.where(':tag = ANY(user.tags)', { tag: ps.tag.toLowerCase() });
|
||||||
|
|
||||||
const recent = new Date(Date.now() - (1000 * 60 * 60 * 24 * 5));
|
const recent = new Date(Date.now() - (1000 * 60 * 60 * 24 * 5));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user