You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(news)_: hook News settings to the newsFeedManager and its polling (#6540)
Needed for status-im/status-desktop#17811
Adds the NewsRSSEnabled setting that is going to be used in the Privacy settings of the clients.
Adds API methods to toggle the NewsFeedEnabled and NewsRSSEnabled settings.
By doing so, it will trigger the NewsFeedManager polling if both settings are set to true.
Conversely, if one of them is disabled, it stops the polling.
0 commit comments