3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00
This commit is contained in:
Shivaram Lingamneni 2020-05-26 12:57:24 -04:00
parent 29165ded62
commit 82fbfd0c00

View File

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