@@ -33,7 +33,7 @@ dictlookup(Dictreq *req, Dictres *res)
while(p < e && *p != ' ')
p++;
sinit(&tmp, sp, p - sp);
if(scmp(&tmp, &req->key) != 0)
if(req->lang == LangEMOJI || scmp(&tmp, &req->key) != 0)
res->kouho[res->nkouho++] = tmp;
if(p < e)
The note is not visible to the blocked user.