work around mastodon mute bug (#2150)
This commit is contained in:
parent
4e0a8e4d7c
commit
b156be6ded
4 changed files with 15 additions and 6 deletions
|
|
@ -119,7 +119,7 @@ class AccountViewModel @Inject constructor(
|
|||
}
|
||||
}
|
||||
|
||||
fun muteAccount(notifications: Boolean, duration: Int) {
|
||||
fun muteAccount(notifications: Boolean, duration: Int?) {
|
||||
changeRelationship(RelationShipAction.MUTE, notifications, duration)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue