Skip to content

Commit

Permalink
chore!: remove hipchat importer (#32154)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lehnen-rc authored and ggazzo committed May 15, 2024
1 parent f5584c6 commit cead04d
Show file tree
Hide file tree
Showing 65 changed files with 7 additions and 495 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-kings-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rocket.chat/meteor': major
---

Removed the ability to import data in the HipChat Enterprise format, as it was discontinued over five years ago.
1 change: 0 additions & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
- Incoming / Outgoing Webhooks
- Data Importer
- Import from Slack
- Import from Hipchat
- Slack Bridge
- Profiles
- Custom avatars
Expand Down

This file was deleted.

8 changes: 0 additions & 8 deletions apps/meteor/app/importer-hipchat-enterprise/server/index.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -833,13 +833,6 @@ export class ImportDataConverter {
await this.updateRoomId(room._id, roomData);
}

public async findDMForImportedUsers(...users: Array<string>): Promise<IImportChannel | undefined> {
const record = await ImportData.findDMForImportedUsers(...users);
if (record) {
return record.data;
}
}

async findImportedRoomId(importId: string): Promise<string | null> {
if (this._roomCache.has(importId)) {
return this._roomCache.get(importId) as string;
Expand Down
Loading

0 comments on commit cead04d

Please sign in to comment.