forked from jmug/stoatchat
fix(bonfire): Ready event should include user with online status true (if applicable)
This commit is contained in:
@@ -48,7 +48,7 @@ pub async fn complete(
|
||||
Ok(Json(
|
||||
User::create(db, data.username, session.user_id, None)
|
||||
.await?
|
||||
.into_self()
|
||||
.into_self(false)
|
||||
.await,
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user