Remove StockMessage.action_by_contact() (#3518)

Use separate strings for "... by me" and "... by contact"
to make them easier to translate.
This commit is contained in:
link2xt
2022-09-11 21:38:34 +03:00
committed by GitHub
parent d3f2db2326
commit 5b518e588f
8 changed files with 667 additions and 237 deletions

View File

@@ -42,6 +42,7 @@
- jsonrpc: add `BasicChat` object as a leaner alternative to `FullChat` #3590
- jsonrpc: add `last_seen` property to `Contact` #3590
- breaking! jsonrpc: replace `Message.quoted_text` and `Message.quoted_message_id` with `Message.quote` #3590
- add separate stock strings for actions done by contacts to make them easier to translate #3518
### Changes
- order contact lists by "last seen";