Skip to content

Commit

Permalink
fixup! fix(federation): Translate federated users from the own instan…
Browse files Browse the repository at this point in the history
…ce to local users
  • Loading branch information
nickvergessen committed Feb 15, 2024
1 parent 066f395 commit fe093a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Federation/Proxy/TalkV1/ChatService.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ protected function flipLocalAndRemoteSuggestions(array $suggestion): array {
$suggestion['source'] = Attendee::ACTOR_USERS;
$suggestion['id'] = $cloudId->getUser();
$suggestion['label'] = $this->userManager->getDisplayName($cloudId->getUser());

// FIXME post-load status information
}
} catch (\InvalidArgumentException) {
}
Expand Down

0 comments on commit fe093a4

Please sign in to comment.