1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 03:55:45 +02:00
This commit is contained in:
syuilo
2018-09-10 03:39:00 +09:00
parent 5b2f15726f
commit 23efaae85e

View File

@@ -125,7 +125,7 @@ export default (params: any, me: ILocalUser) => new Promise(async (res, rej) =>
ids.forEach(id => ps.excludeUserIds.push(id));
}
let q: any = {
const q: any = {
$and: [{
tagsLower: ps.tag.toLowerCase()
}],