-
- Downloads
Chore: remove lib/rocketchat step 2 (#4035)
* create index file
* remove roomTypeToApiType from rocketchat and fix imports
* move TOKEN_KEY to const file
* move CURRENT_SERVER to const file
* move CERTIFICATE_KEY to const file
* getRoom
* rename getSlashCommands
* getSlashCommands
* readMessages
* getRooms
* loadThreadMessages
* loadNextMessages
* loadSurroundingMessages
* loadMessagesForRoom
* loadMissedMessages
* clearCache
* canOpenRoom
* setUser
* userPreferencesMethods
* getCustomEmojis
* callJtisi
* triggerActions
* getPermissions
* getRoles
* getSettings
* getUsersPresence
* logout
* sendFileMessage
* shareExtension
* sendMessage
* enterpriseModules
* getPermalinks
* search
* change RocketChat.metodo to direct call
* fix types
* Fix login
* Fix createChannel
* migrate service methods to Service.method call
* change call directly to RocketChat because the use of this
* rollback
* rollback
* fix create discussion
* fix import
Co-authored-by:
Diego Mello <diegolmello@gmail.com>
Showing
- app/containers/LoginServices.tsx 2 additions, 2 deletionsapp/containers/LoginServices.tsx
- app/containers/MessageActions/index.tsx 10 additions, 9 deletionsapp/containers/MessageActions/index.tsx
- app/containers/MessageBox/index.tsx 11 additions, 10 deletionsapp/containers/MessageBox/index.tsx
- app/containers/MessageErrorActions.tsx 2 additions, 2 deletionsapp/containers/MessageErrorActions.tsx
- app/containers/TwoFactor/index.tsx 2 additions, 2 deletionsapp/containers/TwoFactor/index.tsx
- app/ee/omnichannel/containers/OmnichannelHeader/index.tsx 2 additions, 2 deletionsapp/ee/omnichannel/containers/OmnichannelHeader/index.tsx
- app/ee/omnichannel/lib/subscriptions/inquiry.ts 4 additions, 3 deletionsapp/ee/omnichannel/lib/subscriptions/inquiry.ts
- app/ee/omnichannel/sagas/inquiry.js 2 additions, 2 deletionsapp/ee/omnichannel/sagas/inquiry.js
- app/ee/omnichannel/views/QueueListView.tsx 4 additions, 10 deletionsapp/ee/omnichannel/views/QueueListView.tsx
- app/index.tsx 22 additions, 22 deletionsapp/index.tsx
- app/lib/constants/keys.ts 3 additions, 0 deletionsapp/lib/constants/keys.ts
- app/lib/encryption/encryption.ts 4 additions, 4 deletionsapp/lib/encryption/encryption.ts
- app/lib/encryption/room.ts 5 additions, 5 deletionsapp/lib/encryption/room.ts
- app/lib/methods/actions.ts 1 addition, 5 deletionsapp/lib/methods/actions.ts
- app/lib/methods/canOpenRoom.ts 3 additions, 3 deletionsapp/lib/methods/canOpenRoom.ts
- app/lib/methods/clearCache.ts 1 addition, 1 deletionapp/lib/methods/clearCache.ts
- app/lib/methods/crashReport.ts 19 additions, 0 deletionsapp/lib/methods/crashReport.ts
- app/lib/methods/enterpriseModules.ts 0 additions, 5 deletionsapp/lib/methods/enterpriseModules.ts
- app/lib/methods/getPermalinks.ts 1 addition, 1 deletionapp/lib/methods/getPermalinks.ts
- app/lib/methods/getRoom.ts 1 addition, 1 deletionapp/lib/methods/getRoom.ts
Loading
Please register or sign in to comment