コード例 #1
0
 def is_threepid_reserved(threepid):
     return ServerConfig.is_threepid_reserved(config, threepid)
コード例 #2
0
ファイル: utils.py プロジェクト: gergelypolonkai/synapse
 def is_threepid_reserved(threepid):
     return ServerConfig.is_threepid_reserved(config, threepid)
コード例 #3
0
ファイル: utils.py プロジェクト: ianlovejoy/synapse-hacked
 def is_threepid_reserved(threepid):
     return ServerConfig.is_threepid_reserved(
         config.mau_limits_reserved_threepids, threepid)