Fix: sse changes
This commit is contained in:
@ -78,6 +78,7 @@ func HandleFrontLogin(w http.ResponseWriter, r *http.Request) {
|
||||
fi := &models.FullInfo{
|
||||
State: userstate,
|
||||
}
|
||||
fi.List = listPublicRooms()
|
||||
// save state to cache
|
||||
if err := saveState(cleanName, userstate); err != nil {
|
||||
// if err := saveFullInfo(fi); err != nil {
|
||||
|
Reference in New Issue
Block a user