2023-04-09 21:30:51 +00:00
|
|
|
{# @var account \App\Entity\Telegram\Account #}
|
2017-01-06 19:19:44 +00:00
|
|
|
*Your current settings:*
|
|
|
|
|
2017-01-11 18:03:32 +00:00
|
|
|
Account /link status: {% if account.user %}linked to [@{{ account.user.login }}]({{ account.user.login|point_user_url }}){% else %}Not linked{% endif %}
|
2017-01-07 11:30:30 +00:00
|
|
|
|
2017-01-06 19:19:44 +00:00
|
|
|
User renaming notifications: {% if account.renameNotification %}enabled{% else %}disabled{% endif %}
|
|
|
|
|
|
|
|
Subscribers notifications: {% if account.subscriberNotification %}enabled{% else %}disabled{% endif %}
|
2017-01-07 11:30:30 +00:00
|
|
|
{% if not account.user %}(Not active because account is not linked){% endif %}
|
2017-01-06 19:19:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
Choose what to change.
|