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

fix: chat : no chat notifications if user is idle for few days - EXO-69418 #766

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

mkrout
Copy link
Member

@mkrout mkrout commented Aug 29, 2024

Before this fix, no chat notifications if the user is idle for a few days. This is due to the clean notification job that removes all chat notifications not seen for 24 for our

This commit adds a new chat property (chat.notifications.days.toLive) to define the number of days to live for notifications and set a default value of 30 days.

…69418

Before this fix,  no chat notifications if user is idle for few days.
This is due to the clean notification job that removes all chat notifications not seen for 24 for our

This commit add a new chat property (chat.notifications.days.toLive) to define the number of days to live for notifications and set a default value of 30 days.
Copy link

sonarcloud bot commented Aug 29, 2024

@hthabti hthabti self-requested a review August 29, 2024 12:42
@mkrout mkrout merged commit 5bcf54d into feature/maintenance Aug 29, 2024
7 checks passed
@mkrout mkrout deleted the fix-69418 branch August 29, 2024 13:35
mkrout added a commit that referenced this pull request Aug 30, 2024
…69418 (#766)

Before this fix,  no chat notifications if user is idle for few days.
This is due to the clean notification job that removes all chat notifications not seen for 24 for our

This commit add a new chat property (chat.notifications.days.toLive) to define the number of days to live for notifications and set a default value of 30 days.
mkrout added a commit that referenced this pull request Aug 30, 2024
…69418 (#766)

Before this fix,  no chat notifications if user is idle for few days.
This is due to the clean notification job that removes all chat notifications not seen for 24 for our

This commit add a new chat property (chat.notifications.days.toLive) to define the number of days to live for notifications and set a default value of 30 days.
mkrout added a commit that referenced this pull request Aug 30, 2024
…69418 (#766) (#769)

Before this fix,  no chat notifications if user is idle for few days.
This is due to the clean notification job that removes all chat notifications not seen for 24 for our

This commit add a new chat property (chat.notifications.days.toLive) to define the number of days to live for notifications and set a default value of 30 days.
mkrout added a commit that referenced this pull request Aug 30, 2024
…69418 (#766) (#768)

Before this fix,  no chat notifications if user is idle for few days.
This is due to the clean notification job that removes all chat notifications not seen for 24 for our

This commit add a new chat property (chat.notifications.days.toLive) to define the number of days to live for notifications and set a default value of 30 days.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants