rtMedia bug: Two Update post types in BuddyPress activity

BuddyPress activity updates that contain media uploaded with rtMedia use their own “Update” type. The result is that when you try to restrict the BuddyPress activity stream to Updates two choices appear in the menu.

Any chance that this bug gets fixed anytime soon? Any workaround available?

Hi @MikeP,

This is Mangesh from rtMedia team. Thank you for reporting this issue. We have solved this issue and it will get released in the next rtMedia update.

Till then you can add this following filter remove_action( 'bp_activity_register_activity_actions', 'rtmedia_activity_register_activity_actions_callback' ); in your theme’s function.php to remove the extra Updates option from the dropdown menu.

Let me know if the above solution is working for you or not.

Thanks, Mangesh

Wow, I am impressed by the fast response! The workaround works. Thanks a lot!

You are welcome @MikeP,

We are glad to know that your issue has been fixed.

We are closing this thread for now. Please feel free to create new if you have any other doubts.

Thank you.