Skip to content
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

Missing fdroid notifications #5012

Merged
merged 2 commits into from
Jan 21, 2022
Merged

Conversation

ouchadam
Copy link
Contributor

Fixes #5003 Fdroid notifications no longer working.

The workaround is to switch the background mode to optimised for realtime

  • We've had a small regression in the automatic background sync worker where the periodic flag was no longer being set and instead using the default value of false
  • The named arguments should help combat this in the future!

https://github.com/vector-im/element-android/pull/4614/files#diff-0b0656b4f8d1f73f2a4d5844acec8bf35b732e315e5355800f74145c7fc82fa1L117

@ouchadam ouchadam added the Z-fdroid F-Droid variant label Jan 20, 2022
Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not that sure that they can be side effect. I will read it again.

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Not sure how to revert approval)

@github-actions
Copy link

Unit Test Results

  72 files  ±0    72 suites  ±0   1m 2s ⏱️ +13s
141 tests ±0  141 ✔️ ±0  0 💤 ±0  0 ±0 
440 runs  ±0  440 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 2813048. ± Comparison against base commit 9bfeb6f.

@github-actions
Copy link

Matrix SDK

Integration Tests Results:

  • [org.matrix.android.sdk.session]
    passed="21" failures="1" errors="0" skipped="2"
  • [org.matrix.android.sdk.account]
    passed="5" failures="0" errors="0" skipped="2"
  • [org.matrix.android.sdk.internal]
    passed="158" failures="12" errors="0" skipped="38"
  • [org.matrix.android.sdk.ordering]
    passed="16" failures="0" errors="0" skipped="0"
  • [org.matrix.android.sdk.PermalinkParserTest]
    passed="2" failures="0" errors="0" skipped="0"

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I have done more check, I think this is fine!

@bmarty bmarty merged commit a085b4d into develop Jan 21, 2022
@bmarty bmarty deleted the feature/adm/fdroid-broken-background-sync branch January 21, 2022 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-fdroid F-Droid variant
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notifications are broken on 1.3.14 F-Droid
2 participants