diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-13 07:47:58 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-12-13 07:47:58 +0900 |
commit | 8dcda23ed210151904c9137067626eddae683822 (patch) | |
tree | 49328653d31d6dd68cd888e7aa7c121d48daf4cf /lib/csapi/administrative_contact.h | |
parent | 5b06b165ba2adec50099452bcf4c5f20009423ad (diff) | |
download | libquotient-8dcda23ed210151904c9137067626eddae683822.tar.gz libquotient-8dcda23ed210151904c9137067626eddae683822.zip |
Regenerate csapi/
Diffstat (limited to 'lib/csapi/administrative_contact.h')
-rw-r--r-- | lib/csapi/administrative_contact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/administrative_contact.h b/lib/csapi/administrative_contact.h index 3fb3d44c..02aeee4d 100644 --- a/lib/csapi/administrative_contact.h +++ b/lib/csapi/administrative_contact.h @@ -113,7 +113,7 @@ namespace QMatrixClient * identifier to the account's Matrix ID with the passed identity * server. Default: ``false``. */ - explicit Post3PIDsJob(const ThreePidCredentials& threePidCreds, bool bind = false); + explicit Post3PIDsJob(const ThreePidCredentials& threePidCreds, Omittable<bool> bind = none); }; /// Deletes a third party identifier from the user's account |