mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-05-30 07:54:07 +00:00
fix: Don't break when encountering the server user, as there may be real users after
(cherry picked from commit 45e4053883)
This commit is contained in:
@@ -78,7 +78,7 @@ pub(crate) async fn well_known_support(
|
||||
while let Some(user_id) = stream.next().await {
|
||||
// Skip server user
|
||||
if *user_id == services.globals.server_user {
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
contacts.push(Contact {
|
||||
role: role_value.clone(),
|
||||
|
||||
Reference in New Issue
Block a user