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
{{ message }}
This repository was archived by the owner on Nov 16, 2024. It is now read-only.
In v.2.1, for WP 4.9.4, BP 2.9.4 :
all the activities in the stream of the user profil get shown as reshared, if you choose to modify the activity avatar to be full and not thumb.
It is due to the line #390 of the script.js which look whether the src of the activity avatar is different to mark it as reshared.
I'm trying to patch it, probably by parsing the classes of the avatars (which the id number in it) and then will do a pull request.
Thx for all the great job !
In v.2.1, for WP 4.9.4, BP 2.9.4 :
all the activities in the stream of the user profil get shown as reshared, if you choose to modify the activity avatar to be full and not thumb.
It is due to the line #390 of the script.js which look whether the src of the activity avatar is different to mark it as reshared.
I'm trying to patch it, probably by parsing the classes of the avatars (which the id number in it) and then will do a pull request.
Thx for all the great job !