social_stream
social_stream copied to clipboard
[Question] About "Hide all stream events"
Hi!
I think when i apply "Hide all stream events", all the instagram messages like "join" or "someone and someone else are join" are hidden too. But it is not my case. Are Instagram events considered in this menu or not? If the answer is yes: Maybe a problem filtering in some languages? If the answer is no: How can I filter it?
Thanks!
Most of the events, like Join, are Tiktok oriented.
you or I would probably need to add some logic to the instagram.js file to mark what is an event, but also to filter out events.
how I do it in tiktok: https://github.com/steveseguin/social_stream/blob/b6ab4b1c823c1c07786164a37894eff18e843397/tiktok.js#L273
Where it needs to be added in instagram: https://github.com/steveseguin/social_stream/blob/b6ab4b1c823c1c07786164a37894eff18e843397/instagram.js#L161