Monday, March 27, 2023
2 changes · master
Resolved issues and error corrections
This fixes a crash that could happen when the Mail app processed certain chat or call session member updates with incomplete information. It improves reliability for users by allowing these updates to be handled safely instead of interrupting the experience.
Original PR description
Before this commit, we were trying to access `channelMember.thread.channelMembers` when inserting a member, but some inserts come without this key. A traceback could occur when inserts of `rtcSession` records came with a `channelMember` with little information on their thread.
Expired document sharing links now show the normal shared document portal with a clearer error message instead of an error page. This gives users better guidance when a shared link is no longer valid and reduces confusion for recipients.
Original PR description
When trying to access to an expired share link the page was displaying an error message. The behaviour after fix is the rendering of the normal share space portal displaying a error message. TaskId-3165603