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