Adds ability to mute from an individual status. Also, all statuses from that user are removed from the timeline on the spot.
This commit is contained in:
parent
852c484d68
commit
fcebbc2bdb
7 changed files with 67 additions and 16 deletions
|
@ -12,6 +12,8 @@
|
|||
android:title="@string/status_share_content"/>
|
||||
</menu>
|
||||
</item>
|
||||
<item android:title="@string/action_mute"
|
||||
android:id="@+id/status_mute" />
|
||||
<item android:title="@string/action_block"
|
||||
android:id="@+id/status_block" />
|
||||
<item android:title="@string/action_report"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue