Update changelog and add comment to protobuf

[skip ci]
This commit is contained in:
Tulir Asokan 2023-09-04 12:14:31 +03:00
parent bbcfff623d
commit d757ced271
2 changed files with 5 additions and 4 deletions

View file

@ -4,9 +4,9 @@
See [docs](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) for more info. See [docs](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) for more info.
* Switched to "tablet mode", to allow using the bridge in parallel with * Switched to "tablet mode", to allow using the bridge in parallel with
Messages for Web. Messages for Web.
* You can have at least two tablets and one web session simultaneously. The * You can have two tablets and one web session simultaneously. The bridge
bridge will now take one tablet slot by default, but you can change the will now take one tablet slot by default, but you can change the device
device type in the bridge config. type in the bridge config.
* Existing users will have to log out and re-pair the bridge to switch to * Existing users will have to log out and re-pair the bridge to switch to
tablet mode. tablet mode.
* Fixed sending messages not working for some users with dual SIMs. * Fixed sending messages not working for some users with dual SIMs.
@ -14,6 +14,7 @@
* Fixed incoming message and conversation data sometimes going into the wrong * Fixed incoming message and conversation data sometimes going into the wrong
portals. portals.
* Fixed bridge sometimes getting immediately logged out after pairing. * Fixed bridge sometimes getting immediately logged out after pairing.
* Fixed some cases of attachments getting stuck in the "Waiting for file" state.
* Fixed reactions not being saved to the database. * Fixed reactions not being saved to the database.
* Fixed Postgres connector not being imported when bridge is compiled without * Fixed Postgres connector not being imported when bridge is compiled without
encryption. encryption.

View file

@ -279,7 +279,7 @@ message SendMessageResponse {
SUCCESS = 1; SUCCESS = 1;
FAILURE_2 = 2; FAILURE_2 = 2;
FAILURE_3 = 3; FAILURE_3 = 3;
FAILURE_4 = 4; FAILURE_4 = 4; // not default sms app?
} }
Status status = 3; Status status = 3;
} }