-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contact support setting option #3452
base: master
Are you sure you want to change the base?
Conversation
This PR has been deployed to https://linagora.github.io/tmail-flutter/3452. |
Sent privatly |
Can you please record a little demo video of this fix? |
here is a demo on mobile: for some reason when i launch the web version connected to https://jmap.govmu.org/, the page does not update with the new option, or any other change at all... but it does update when i connect to https://jmap.lin-saas.dev, so here is a screenshot: |
4a4c3b5
to
23970e9
Compare
the force push was to clean the commit history ; i also added some unit tests some comments about the second commit:
but maybe the correct way to handle this would be to change the advertizing done on tmail-backend side ? |
lib/features/manage_account/presentation/menu/manage_account_menu_view.dart
Outdated
Show resolved
Hide resolved
Screen.Recording.2025-02-03.at.14.38.42.mov |
You're right, we forgot to add the new |
Fixed |
yes, thank you for the changes ! |
Demo
Screen.Recording.2025-02-04.at.12.03.26.mov
Simulator.Screen.Recording.-.iPhone.16.Pro.Max.-.2025-02-04.at.12.09.15.mp4 |
The merge-base changed after approval.
…as a `DefaultCapability` and a cast is necessary
Signed-off-by: dab246 <[email protected]>
…pabilities Signed-off-by: dab246 <[email protected]>
Signed-off-by: dab246 <[email protected]>
…is not empty Signed-off-by: dab246 <[email protected]>
0685429
to
440aea9
Compare
@florentos17 Please don't force push! You lost the commits I fixed for you. I'll update it. Please don't do anything. Thanks |
I only force pushed because dat pham's force push on master added many commits on this branch so I removed those, but your 4 commits are still here ? I'm very sorry if I lost anything, it wasnt intentional. |
Signed-off-by: dab246 <[email protected]>
Okay. Everything is fine, I fixed it. |
@@ -13,7 +14,9 @@ class SessionDataSourceImpl extends SessionDataSource { | |||
@override | |||
Future<Session> getSession() { | |||
return Future.sync(() async { | |||
return await _sessionAPI.getSession(); | |||
return await _sessionAPI.getSession( | |||
converters: SessionExtensions.customMapCapabilitiesConverter, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add defaultConverter
too?
tackling this issue
disclaimer: i could not test it because i could not find a server that advertizes the
contactSupport
capability