diff options
author | Christian Hesse <mail@eworm.de> | 2023-01-11 00:31:49 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-01-12 15:40:05 +0100 |
commit | 47a657d25c44910b548410dea84b092e5d5488dc (patch) | |
tree | 1f816b6f15e0f5ddb6fc944a246e34580601eb55 /global-config | |
parent | c8e22f33c25db61a3f8287aae812017f79e8cba1 (diff) |
mod/notification-*: support extra text (or emojis 🚀) in notification tagschange-87
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/global-config b/global-config index fded46f..bd632a1 100644 --- a/global-config +++ b/global-config @@ -9,6 +9,9 @@ # Set this to 'true' to disable news and change notifications. :global NoNewsAndChangesNotification false; +# Add extra text (or emojis) in notification tags. +:global IdentityExtra ""; + # This is used for DNS and backup file. :global Domain "example.com"; :global HostNameInZone true; |