mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
The database value for expiry_date is None for the invite that will never expire and the clients send -1 as value in the API similar to the message retention setting. Also, when passing invite_expire_in_days as an argument in various functions, invite_expire_in_days is passed as -1 for "Never expires" option since invite_expire_in_days is an optional argument in some functions and thus we cannot pass "None" value. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 0001_initial.py | ||
| 0002_realmcreationkey.py | ||
| 0003_emailchangeconfirmation.py | ||
| 0004_remove_confirmationmanager.py | ||
| 0005_confirmation_realm.py | ||
| 0006_realmcreationkey_presume_email_valid.py | ||
| 0007_add_indexes.py | ||
| 0008_confirmation_expiry_date.py | ||
| 0009_confirmation_expiry_date_backfill.py | ||
| 0010_alter_confirmation_expiry_date.py | ||
| 0011_alter_confirmation_expiry_date.py | ||