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
When I fetch the last 100 messages of a channel and later use the message cache of the channel, those messages don't seem to be there. Can someone verify if it works for them?
This is my MessageManager cache BTW: new LimitedCollection({ sweepFilter: LimitedCollection.filterByLifetime({ lifetime: 86400 }), sweepInterval: 5400 });
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I fetch the last 100 messages of a channel and later use the message cache of the channel, those messages don't seem to be there. Can someone verify if it works for them?
This is my MessageManager cache BTW:
new LimitedCollection({ sweepFilter: LimitedCollection.filterByLifetime({ lifetime: 86400 }), sweepInterval: 5400 });
Beta Was this translation helpful? Give feedback.
All reactions