mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Remove last customer-specific hack from github hook.
(imported from commit 897d9fd91e4f6c558d687f5ae6c360fad80574d9)
This commit is contained in:
@@ -171,7 +171,7 @@ def api_github_landing(request, user_profile, event=REQ,
|
||||
short_ref = re.sub(r'^refs/heads/', '', payload.get('ref', ""))
|
||||
kwargs = dict()
|
||||
|
||||
if (emphasize_branch_in_topic or user_profile.realm.domain == "customer26.invalid") and short_ref:
|
||||
if emphasize_branch_in_topic and short_ref:
|
||||
kwargs['topic_focus'] = short_ref
|
||||
|
||||
allowed_events = set()
|
||||
|
||||
Reference in New Issue
Block a user