docs: Update most remaining references to zulipchat.com.

In some cases, the cleanest tweak is to replace references to the
domain with Zulip Cloud, the product.
This commit is contained in:
Tim Abbott
2020-06-08 15:58:42 -07:00
committed by Tim Abbott
parent 95be7dcbab
commit 7b8ba5ebd9
29 changed files with 48 additions and 49 deletions

View File

@@ -13,7 +13,7 @@ def fix_messages(apps: StateApps, schema_editor: DatabaseSchemaEditor) -> None:
* Changing their sent messages to have been sent by NOTIFICATION_BOT.
* Changing their 1:1 PMs to be PMs with NOTIFICATION_BOT and deleting their
PM recipient object.
* Deleting any Huddles that involve them (zulipchat.com data suggests there are none,
* Deleting any Huddles that involve them (zulip.com data suggests there are none,
so this is mainly out of caution) and Recipient objects (which will cascade to
associated Subscription, Message, and UserMessage objects if they exist).
* Deleting their UserProfile objects.