hideItem

abstract suspend fun hideItem(item: EchoMediaItem, shouldHide: Boolean)

Hides or unhides a item from the user's feed.

Parameters

item

the item to hide or unhide.

shouldHide

whether the item should be hidden or unhidden.