Rocket.Chat.ReactNative/app/lib/methods
Diego Mello 88d33b42c2
[FIX] Remove deprecated database methods and other database operations (#3686)
* Fix PK error on subscriptions/room

* Instead of checking for pending update, wrap the call on a try catch and return null in case of error

* Generate delete operations before create/update to prevent errors

* Apply same logic on encryption

* Fix database operations on getRoles

* Fix a few database issues found on Bugsnag on ThreadMessagesView

* Run prettier :(
2022-02-10 17:16:10 -03:00
..
helpers [FIX] Inject Redux store to prevent/remove require cycles (#3691) 2022-02-09 18:16:20 -03:00
subscriptions [FIX] Remove deprecated database methods and other database operations (#3686) 2022-02-10 17:16:10 -03:00
actions.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
callJitsi.js [FIX] Inject Redux store to prevent/remove require cycles (#3691) 2022-02-09 18:16:20 -03:00
canOpenRoom.js [FIX] Inject Redux store to prevent/remove require cycles (#3691) 2022-02-09 18:16:20 -03:00
enterpriseModules.js [FIX] Inject Redux store to prevent/remove require cycles (#3691) 2022-02-09 18:16:20 -03:00
getCustomEmojis.js [FIX] Inject Redux store to prevent/remove require cycles (#3691) 2022-02-09 18:16:20 -03:00
getPermissions.js [FIX] Inject Redux store to prevent/remove require cycles (#3691) 2022-02-09 18:16:20 -03:00
getRoles.js [FIX] Remove deprecated database methods and other database operations (#3686) 2022-02-10 17:16:10 -03:00
getRoomInfo.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
getRooms.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
getSettings.js [FIX] Inject Redux store to prevent/remove require cycles (#3691) 2022-02-09 18:16:20 -03:00
getSingleMessage.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
getSlashCommands.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
getThreadName.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
getUsersPresence.js [FIX] Inject Redux store to prevent/remove require cycles (#3691) 2022-02-09 18:16:20 -03:00
loadMessagesForRoom.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
loadMissedMessages.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
loadNextMessages.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
loadSurroundingMessages.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
loadThreadMessages.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
logout.ts Chore: Migrate logout to Typescript (#3688) 2022-02-09 17:37:08 -03:00
readMessages.ts Chore: Migrate readMessages to TS (#3669) 2022-02-07 14:54:19 -04:00
sendFileMessage.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
sendMessage.js Chore: Start Typescript migration (#3279) 2021-09-13 17:41:05 -03:00
updateMessages.js [FIX] Remove deprecated database methods and other database operations (#3686) 2022-02-10 17:16:10 -03:00