Esempio n. 1
0
 def is_threepid_reserved(threepid):
     return ServerConfig.is_threepid_reserved(config, threepid)
Esempio n. 2
0
 def is_threepid_reserved(threepid):
     return ServerConfig.is_threepid_reserved(config, threepid)
Esempio n. 3
0
 def is_threepid_reserved(threepid):
     return ServerConfig.is_threepid_reserved(
         config.mau_limits_reserved_threepids, threepid)