Update messaging/publisher/publisher.go

Co-Authored-By: Adam Babik <a.babik@designfortress.com>
This commit is contained in:
Andrea Maria Piana 2019-07-05 16:35:22 +02:00
parent 2a2fcb48e1
commit 5ee7034f97
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@ func (p *Publisher) RemoveFilters(chats []*filter.Chat) error {
}
func (p *Publisher) ProcessNegotiatedSecret(secrets []*sharedsecret.Secret) {
for _, secret := range secrets {
_, err := p.filter.ProcessNegotiatedSecret(secret)
if err != nil {
log.Error("could not process negotiated filter", "err", err)