Ricky Roller

Results 3 issues of Ricky Roller

## Description Updated `ethers` to 5.x by moving usage to the sub-module `@ethersproject/abi` In reference to #54 ## Testing instructions ## Types of changes * Bug fix (non-breaking change which...

The MatrixRTCSessionManager is throwing this error: ``` MatrixRTCSessionManager Got room state event for unknown room !xfOqKmfiMmeRouWtey:homeserver! ``` Seems like it's unintentional since the room hasn't been created yet, so it...

T-Defect
S-Tolerable
O-Occasional

When using sliding sync, the notification counts will get overwritten by the RoomData handler. https://github.com/matrix-org/matrix-js-sdk/blob/69f1bea89bf7becf45ae2fdb0a2fe60606413be2/src/sliding-sync-sdk.ts#L623-L625 This is assuming that the RoomData count is more accurate that what we have in...

T-Defect
A-Notifications
O-Occasional
S-Minor