mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Return the actual display name, not the proposed one
This commit is contained in:
parent
6a8473a297
commit
0eba1685b3
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ func RegisterAnonymousChatUser(w http.ResponseWriter, r *http.Request) {
|
|||
response := registerAnonymousUserResponse{
|
||||
ID: newUser.ID,
|
||||
AccessToken: accessToken,
|
||||
DisplayName: proposedNewDisplayName,
|
||||
DisplayName: newUser.DisplayName,
|
||||
}
|
||||
|
||||
w.Header().Set("Content-Type", "application/json")
|
||||
|
|
Loading…
Reference in a new issue