don't mute status if it's focused
This commit is contained in:
parent
8fa2781745
commit
e8ee3d474c
1 changed files with 1 additions and 0 deletions
|
|
@ -313,6 +313,7 @@ const Status = {
|
||||||
(relationshipReblog && relationshipReblog.muting)
|
(relationshipReblog && relationshipReblog.muting)
|
||||||
},
|
},
|
||||||
shouldNotMute () {
|
shouldNotMute () {
|
||||||
|
if (this.isFocused) return true
|
||||||
const { status } = this
|
const { status } = this
|
||||||
const { reblog } = status
|
const { reblog } = status
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue