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