matrix-org/synapse

Cannot search for non-ascii displaynames using the admin API

Open

#16,370 opened on Sep 23, 2023

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (2,196 forks)batch import
A-Admin-APIO-UncommonS-MinorT-Defectgood first issue

Repository metrics

Stars
 (11,713 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I searched for Chinese nicknames in the background and reported an error. {errcode: "M_UNKNOWN", error: "Query parameter 'name' must be ascii"} errcode : "M_UNKNOWN" error : "Query parameter 'name' must be ascii"

Contributor guide