mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
fix #1061
This commit is contained in:
parent
29165ded62
commit
82fbfd0c00
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue