Skip to content
Snippets Groups Projects

fix: element android did not reset notification counts

Merged Timo Kösters requested to merge fixnotifcount into next
7 files
+ 40
14
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -4,8 +4,8 @@ use ruma::{
api::client::{
account::{
change_password, deactivate, get_3pids, get_username_availability, register,
request_3pid_management_token_via_email, request_3pid_management_token_via_msisdn, whoami,
ThirdPartyIdRemovalStatus,
request_3pid_management_token_via_email, request_3pid_management_token_via_msisdn,
whoami, ThirdPartyIdRemovalStatus,
},
error::ErrorKind,
uiaa::{AuthFlow, AuthType, UiaaInfo},
Loading