mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
fix #1061
This commit is contained in:
parent
29165ded62
commit
82fbfd0c00
@ -1997,7 +1997,7 @@ func dispatchMessageToTarget(client *Client, tags map[string]string, histType hi
|
|||||||
AccountName: accountName,
|
AccountName: accountName,
|
||||||
Tags: tags,
|
Tags: tags,
|
||||||
}
|
}
|
||||||
if !item.IsStorable() {
|
if !item.IsStorable() || !allowedPlusR {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
targetedItem := item
|
targetedItem := item
|
||||||
|
Loading…
Reference in New Issue
Block a user