feat: Add stock strings for being added/removed from group (#8562)

Adds following stock strings:
- You were removed by %1$s.
- You were added by %1$s.

and implicit equivalents:
- You were removed.
- You were added.

Closes: #8419

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-08-11 20:47:30 +02:00
committed by GitHub
parent 5ec1d65294
commit 4623d89528
12 changed files with 84 additions and 30 deletions

View File

@@ -6,5 +6,5 @@ Msg#2004: info (Contact#Contact#Info): alice@example.org invited you to join thi
Waiting for the device of alice@example.org to reply… [NOTICED][INFO]
Msg#2008🔒: (Contact#Contact#2001): You joined the channel. [FRESH][INFO]
Msg#2010🔒: (Contact#Contact#2001): hi [FRESH]
Msg#2011🔒: (Contact#Contact#2001): Member Me removed by alice@example.org. [FRESH][INFO]
Msg#2011🔒: (Contact#Contact#2001): You were removed by alice@example.org. [FRESH][INFO]
--------------------------------------------------------------------------------

View File

@@ -5,5 +5,5 @@ Msg#6004: info (Contact#Contact#Info): alice@example.org invited you to join thi
Waiting for the device of alice@example.org to reply… [NOTICED][INFO]
Msg#6006: info (Contact#Contact#Info): alice@example.org replied, waiting for being added to the group… [NOTICED][INFO]
Msg#6008🔒: (Contact#Contact#6001): Member Me added by alice@example.org. [FRESH][INFO]
Msg#6008🔒: (Contact#Contact#6001): You were added by alice@example.org. [FRESH][INFO]
--------------------------------------------------------------------------------

View File

@@ -7,5 +7,5 @@ Waiting for the device of alice@example.org to reply… [NOTICED][INFO]
Msg#3006: info (Contact#Contact#Info): alice@example.org replied, waiting for being added to the group… [NOTICED][INFO]
Msg#3008🔒: (Contact#Contact#3002): [FRESH]
Msg#3009: info (Contact#Contact#Info): Member bob@example.net added. [NOTICED][INFO]
Msg#3010🔒: (Contact#Contact#3001): Member Me added by alice@example.org. [FRESH][INFO]
Msg#3010🔒: (Contact#Contact#3001): You were added by alice@example.org. [FRESH][INFO]
--------------------------------------------------------------------------------