better document allow_inbound_profile_lookup_federation_requests

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-10-27 12:37:44 -04:00
parent d92f2c121f
commit 065396f8f5
4 changed files with 23 additions and 11 deletions

View file

@ -212,10 +212,6 @@ impl Service {
pub fn turn_username(&self) -> &String { &self.config.turn_username }
pub fn allow_profile_lookup_federation_requests(&self) -> bool {
self.config.allow_profile_lookup_federation_requests
}
pub fn notification_push_path(&self) -> &String { &self.config.notification_push_path }
pub fn emergency_password(&self) -> &Option<String> { &self.config.emergency_password }