element-hq / element-hq/synapse

Redundant calls when creating new room

Open
#18,323 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4.6k
Forks
600
Avg merge
5d 22h
Merged PRs (30d)
51

Description

when I create new room in synapse I see it checks if the user `is_server_admin` 3 times, but when I check the code in `synapse/handlers/room.py` I only see `is_requester_admin = await self.auth.is_server_admin(requester)` called once. How does that work?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.