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
Currently the FE is subscribing to the feedItemFollows subscollection and skipping the inbox subcollection.
However they are different and will be different especially once we start using the linked streams feature.
So we should change to subscribing the inbox subcollection instead.
If needed we might ask the BE to add additional information there to make the loading more efficient.
The text was updated successfully, but these errors were encountered:
We need to change useInboxItems hook to start subscribing directly to the inbox items instead of feed item follow and chat channels. I do not think that something should be done from the BE side here.
Currently the FE is subscribing to the feedItemFollows subscollection and skipping the inbox subcollection.
However they are different and will be different especially once we start using the linked streams feature.
So we should change to subscribing the inbox subcollection instead.
If needed we might ask the BE to add additional information there to make the loading more efficient.
The text was updated successfully, but these errors were encountered: