data_import: Remove gitter data import tool.

Gitter broke their older API as part of being integrated
into Matrix.

Their announcement blog says:
"Anything left using the Gitter APIs will need to be
updated to use the Matrix API"

This commit drops the legacy Gitter import tool and
we plan to build a new one for Matrix in future.
This commit is contained in:
Prakhar Pratyush
2024-05-02 17:28:38 +05:30
committed by Tim Abbott
parent eed2413514
commit b17a006bf0
17 changed files with 14 additions and 890 deletions

View File

@@ -311,7 +311,7 @@ def build_recipients(
) -> List[ZerverFieldsT]:
"""
This function was only used HipChat import, this function may be
required for future conversions. The Slack and Gitter conversions do it more
required for future conversions. The Slack conversions do it more
tightly integrated with creating other objects.
"""
@@ -583,7 +583,7 @@ def process_avatars(
2. avatar_dir: Folder where the downloaded avatars are saved
3. realm_id: Realm ID.
We use this for Slack and Gitter conversions, where avatars need to be
We use this for Slack conversions, where avatars need to be
downloaded. For simpler conversions see write_avatar_png.
"""