bridges: Remove sender field from message data.
For the reason why, see https://chat.zulip.org/#narrow/stream/127-integrations/topic/bridge.20between.20zulips
This commit is contained in:
parent
46c78ce7b5
commit
9ee8461b9d
2 changed files with 0 additions and 2 deletions
|
@ -39,7 +39,6 @@ def create_pipe_event(to_client: zulip.Client, from_bot: Dict[str, Any],
|
|||
# formatting purpose
|
||||
msg["content"] = "\n" + msg["content"]
|
||||
msg_data = {
|
||||
"sender": to_client.email,
|
||||
"type": "stream",
|
||||
"to": to_bot["stream"],
|
||||
"subject": subject,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue