forked from External/ergo
Merge pull request #1063 from slingamn/history_registeredonly
fix #1061
This commit is contained in:
commit
c1d4c5596d
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,
|
||||
Tags: tags,
|
||||
}
|
||||
if !item.IsStorable() {
|
||||
if !item.IsStorable() || !allowedPlusR {
|
||||
return
|
||||
}
|
||||
targetedItem := item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue