mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
Previously, this accessed realm.uri via trying to use zulip_default_context. That doesn't make any sense, because zulip_default_context expects an HttpRequest object, and those are nowhere in sight in the code path. We do, however, have the outgoing webhook bot user involved in the event, and that's the object to access realm.uri from here.
10 KiB
10 KiB