Prakhar Pratyush
Prakhar Pratyush
When changing an email using `EmailAddress.change()` https://github.com/pennersr/django-allauth/blob/c50a30acc0e4553297b0ddb697d55a290ed6d038/allauth/account/models.py#L65 There should be a condition as follows: If the email being changed is a `primary email` then `email_changed` signal should be sent. As...
Under [**Settings > Notifications**](https://chat.zulip.org/#settings/notifications), currently, there is a checkbox setting for whether to "Include realm name in subject of message notification emails". This **commit replaces the checkbox setting with a...
### Current Behaviour On visiting [/documentation/api.html#how-it-works](https://zulip.readthedocs.io/en/latest/documentation/api.html#how-it-works) The first paragraph says: To understand how this documentation system works, start by reading an existing doc file (**api_docs/render-message.md** is a good example) Similar...
Prep work for #28720 [CZO Discussion](https://chat.zulip.org/#narrow/stream/378-api-design/topic/zulip.20news.20feature/near/1732435) Rename: * `notifications_stream` to `new_stream_announcements_stream` * `signup_notifications_stream` to `signup_announcements_stream` Self-review checklist - [ ] [Self-reviewed](https://zulip.readthedocs.io/en/latest/contributing/code-reviewing.html#how-to-review-code) the changes for clarity and maintainability (variable names, code...
Mobile push notifications for messages on deletion are revoked. I have added a unit test to verify the behaviour. But let's deploy on CZO first for a manual test to...
While working on zulip/zulip#19905 Timeline: * Someone claimed the issue on **Oct 23 2021** * Later the user was unassigned. * I claimed the issue on **Jan 9 2023** *...
* Commit 1: Remove "core team" stream * Commit 2: Mark stream name. description & topic names for translation. * Commit 3: Fixes #29297 **Screenshots and screen captures:** general Zulip...
Earlier, we were not verifying that the invoice which got paid is for the fixed-price plan. That could result in a bug where another support invoice with collection_method = "send_invoice"...
https://github.com/zulip/zulip/pull/28720#discussion_r1486598760 > So this probably is something we should fork to its own follow-up issue, but when an organization gets imported from another product, do any of these announcement stream...