Allow sending channel message without = for non-space targets

This commit is contained in:
Griatch 2021-05-09 17:40:52 +02:00
parent 858d00c853
commit 43651ac867
2 changed files with 55 additions and 27 deletions

View file

@ -445,7 +445,6 @@ class DefaultChannel(ChannelDB, metaclass=TypeclassBase):
for receiver in receivers:
# send to each individual subscriber
try:
message = receiver.at_pre_channel_msg(message, self, **send_kwargs)
if message in (None, False):