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

Automatic check for replies #125

Closed
shortwavesurfer2009 opened this issue Jun 27, 2023 · 5 comments
Closed

Automatic check for replies #125

shortwavesurfer2009 opened this issue Jun 27, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@shortwavesurfer2009
Copy link

Is your feature request related to a problem? Please describe.
The app should pull for any notifications on a user defined schedule like once per hour, once every three hours, etc. This would have to be an API call unless the lemmy server supports sending push notifications. In that case this could be done with UnifiedPush

Describe the solution you'd like
Thunder should check for notifications

@shortwavesurfer2009 shortwavesurfer2009 added the enhancement New feature or request label Jun 27, 2023
@hjiangsu
Copy link
Member

Good idea - that is something I want to include as more features are integrated for the inbox! For the near future, my general plans is to support updating of notifications within the app itself (every time you open the app, it'll do a quick fetch of any new notifications and will show up as a small alert in the inbox icon)

I would like to get to push notifications eventually, but that requires a lot more work to set up (might need a dedicated server to poll for new notifications)

@tcely
Copy link

tcely commented Jun 30, 2023

A lot of the notifications infrastructure is already set up for you by UnifiedPush.

https://github.com/UnifiedPush/flutter-connector

@trymeouteh
Copy link

A lot of the notifications infrastructure is already set up for you by UnifiedPush.

https://github.com/UnifiedPush/flutter-connector

Would be nice if Thunder has its own push notification system and also had the option to use Unified Push and this can be changed with a simple setting in the app.

@shortwavesurfer2009
Copy link
Author

A lot of the notifications infrastructure is already set up for you by UnifiedPush.
https://github.com/UnifiedPush/flutter-connector

Would be nice if Thunder has its own push notification system and also had the option to use Unified Push and this can be changed with a simple setting in the app.

It could be set to poll for new notifications say once per hour unless UnifiedPush is detected. Then thunder could defer to the UnifiedPush provider

@micahmo micahmo mentioned this issue Jan 9, 2024
3 tasks
@shortwavesurfer2009
Copy link
Author

I am going to go ahead and close this because the polling every 15 minutes is good enough for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants