mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
All invite links are permanent right now.
This commit is contained in:
parent
0d0a79b0b5
commit
fa8dd61b02
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ auto InviteLinks::parse(
|
|||
.expireDate = data.vexpire_date().value_or_empty(),
|
||||
.usageLimit = data.vusage_limit().value_or_empty(),
|
||||
.usage = data.vusage().value_or_empty(),
|
||||
.permanent = data.is_permanent(),
|
||||
.permanent = true,//data.is_permanent(), // #TODO links
|
||||
.revoked = data.is_revoked(),
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue