This commit is contained in:
Shivaram Lingamneni 2020-05-26 12:57:24 -04:00
parent 29165ded62
commit 82fbfd0c00
1 changed files with 1 additions and 1 deletions

View File

@ -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