{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":291720191,"defaultBranch":"sc","name":"matrix-js-sdk","ownerLogin":"SchildiChat","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-08-31T13:17:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/73706786?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1701600334.0","currentOid":""},"activityList":{"items":[{"before":"5d086fe0a39e15255dcc02cab80ed57ffb6b00a0","after":"9bbc329635e1e31f5e72e93ef87ccd90b43de538","ref":"refs/heads/sc","pushedAt":"2024-02-24T18:22:41.000Z","pushType":"push","commitsCount":46,"pusher":{"login":"su-ex","name":"su-ex","path":"/su-ex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9221456?s=80&v=4"},"commit":{"message":"Merge tag 'v27.0.0' into sc\n\n* Drop support for Node 16 ([\\#3533](https://github.com/matrix-org/matrix-js-sdk/pull/3533)).\n* Improve types around login, registration, UIA and identity servers ([\\#3537](https://github.com/matrix-org/matrix-js-sdk/pull/3537)).\n* **The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. (#3189)**\n* Simplify `MatrixClient::setPowerLevel` API ([\\#3570](https://github.com/matrix-org/matrix-js-sdk/pull/3570)). Fixes vector-im/element-web#13900 and #1844.\n* Deprecate `VerificationRequest.getQRCodeBytes` and replace it with the asynchronous `generateQRCode`. ([\\#3562](https://github.com/matrix-org/matrix-js-sdk/pull/3562)).\n* Deprecate `VerificationRequest.beginKeyVerification()` in favour of `VerificationRequest.startVerification()`. ([\\#3528](https://github.com/matrix-org/matrix-js-sdk/pull/3528)).\n* Deprecate `Crypto.VerificationRequest` application event, replacing it with `Crypto.VerificationRequestReceived`. ([\\#3514](https://github.com/matrix-org/matrix-js-sdk/pull/3514)).\n* Throw saner error when peeking has its room pulled out from under it ([\\#3577](https://github.com/matrix-org/matrix-js-sdk/pull/3577)). Fixes vector-im/element-web#18679.\n* OIDC: Log in ([\\#3554](https://github.com/matrix-org/matrix-js-sdk/pull/3554)). Contributed by @kerryarchibald.\n* Prevent threads code from making identical simultaneous API hits ([\\#3541](https://github.com/matrix-org/matrix-js-sdk/pull/3541)). Fixes vector-im/element-web#25395.\n* Update IUnsigned type to be extensible ([\\#3547](https://github.com/matrix-org/matrix-js-sdk/pull/3547)).\n* add stop() api to BackupManager for clean shutdown ([\\#3553](https://github.com/matrix-org/matrix-js-sdk/pull/3553)).\n* Log the message ID of any undecryptable to-device messages ([\\#3543](https://github.com/matrix-org/matrix-js-sdk/pull/3543)).\n* Ignore thread relations on state events for consistency with edits ([\\#3540](https://github.com/matrix-org/matrix-js-sdk/pull/3540)).\n* OIDC: validate id token ([\\#3531](https://github.com/matrix-org/matrix-js-sdk/pull/3531)). Contributed by @kerryarchibald.\n* Fix read receipt sending behaviour around thread roots ([\\#3600](https://github.com/matrix-org/matrix-js-sdk/pull/3600)).\n* Fix `TypedEventEmitter::removeAllListeners(void)` not working ([\\#3561](https://github.com/matrix-org/matrix-js-sdk/pull/3561)).\n* Don't allow Olm unwedging rate-limiting to race ([\\#3549](https://github.com/matrix-org/matrix-js-sdk/pull/3549)). Fixes vector-im/element-web#25716.\n* Fix an instance of failed to decrypt error when an in flight `/keys/query` fails. ([\\#3486](https://github.com/matrix-org/matrix-js-sdk/pull/3486)).\n* Use the right anchor emoji for SAS verification ([\\#3534](https://github.com/matrix-org/matrix-js-sdk/pull/3534)).\n* fix a bug which caused the wrong emoji to be shown during SAS device verification. ([\\#3523](https://github.com/matrix-org/matrix-js-sdk/pull/3523)).","shortMessageHtmlLink":"Merge tag 'v27.0.0' into sc"}},{"before":"10fe11f7a9d803508f83cbab02899779de53f414","after":"5d086fe0a39e15255dcc02cab80ed57ffb6b00a0","ref":"refs/heads/sc","pushedAt":"2024-02-22T18:56:54.000Z","pushType":"push","commitsCount":42,"pusher":{"login":"su-ex","name":"su-ex","path":"/su-ex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9221456?s=80&v=4"},"commit":{"message":"Merge tag 'v26.2.0' into sc\n\n* The Browserify artifact is being deprecated, scheduled for removal in the October 10th release cycle. ([\\#3189](https://github.com/matrix-org/matrix-js-sdk/issues/3189)).\n* ElementR: Add `CryptoApi#bootstrapSecretStorage` ([\\#3483](https://github.com/matrix-org/matrix-js-sdk/pull/3483)). Contributed by @florianduros.\n* Deprecate `MatrixClient.findVerificationRequestDMInProgress`, `MatrixClient.getVerificationRequestsToDeviceInProgress`, and `MatrixClient.requestVerification`, in favour of methods in `CryptoApi`. ([\\#3474](https://github.com/matrix-org/matrix-js-sdk/pull/3474)).\n* Introduce a new `Crypto.VerificationRequest` interface, and deprecate direct access to the old `VerificationRequest` class. Also deprecate some related classes that were exported from `src/crypto/verification/request/VerificationRequest` ([\\#3449](https://github.com/matrix-org/matrix-js-sdk/pull/3449)).\n* OIDC: navigate to authorization endpoint ([\\#3499](https://github.com/matrix-org/matrix-js-sdk/pull/3499)). Contributed by @kerryarchibald.\n* Support for interactive device verification in Element-R. ([\\#3505](https://github.com/matrix-org/matrix-js-sdk/pull/3505)).\n* Support for interactive device verification in Element-R. ([\\#3508](https://github.com/matrix-org/matrix-js-sdk/pull/3508)).\n* Support for interactive device verification in Element-R. ([\\#3490](https://github.com/matrix-org/matrix-js-sdk/pull/3490)). Fixes vector-im/element-web#25316.\n* Element-R: Store cross signing keys in secret storage ([\\#3498](https://github.com/matrix-org/matrix-js-sdk/pull/3498)). Contributed by @florianduros.\n* OIDC: add dynamic client registration util function ([\\#3481](https://github.com/matrix-org/matrix-js-sdk/pull/3481)). Contributed by @kerryarchibald.\n* Add getLastUnthreadedReceiptFor utility to Thread delegating to the underlying Room ([\\#3493](https://github.com/matrix-org/matrix-js-sdk/pull/3493)).\n* ElementR: Add `rust-crypto#createRecoveryKeyFromPassphrase` implementation ([\\#3472](https://github.com/matrix-org/matrix-js-sdk/pull/3472)). Contributed by @florianduros.\n* Aggregate relations regardless of whether event fits into the timeline ([\\#3496](https://github.com/matrix-org/matrix-js-sdk/pull/3496)). Fixes vector-im/element-web#25596.\n* Fix bug where switching media caused media in subsequent calls to fail ([\\#3489](https://github.com/matrix-org/matrix-js-sdk/pull/3489)).\n* Fix: remove polls from room state on redaction ([\\#3475](https://github.com/matrix-org/matrix-js-sdk/pull/3475)). Fixes vector-im/element-web#25573. Contributed by @kerryarchibald.\n* Fix export type `GeneratedSecretStorageKey` ([\\#3479](https://github.com/matrix-org/matrix-js-sdk/pull/3479)). Contributed by @florianduros.\n* Close IDB database before deleting it to prevent spurious unexpected close errors ([\\#3478](https://github.com/matrix-org/matrix-js-sdk/pull/3478)). Fixes vector-im/element-web#25597.","shortMessageHtmlLink":"Merge tag 'v26.2.0' into sc"}},{"before":"255144ef2c9e141a171101e18091961f1be6db7f","after":"10fe11f7a9d803508f83cbab02899779de53f414","ref":"refs/heads/sc","pushedAt":"2024-02-22T18:24:51.000Z","pushType":"push","commitsCount":41,"pusher":{"login":"su-ex","name":"su-ex","path":"/su-ex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9221456?s=80&v=4"},"commit":{"message":"Merge tag 'v26.1.0' into sc\n\n* Introduce a new `Crypto.Verifier` interface, and deprecate direct access to `VerificationBase`, `SAS` and `ReciprocateQRCode` ([\\#3414](https://github.com/matrix-org/matrix-js-sdk/pull/3414)).\n* Add `rust-crypto#isCrossSigningReady` implementation ([\\#3462](https://github.com/matrix-org/matrix-js-sdk/pull/3462)). Contributed by @florianduros.\n* OIDC: Validate `m.authentication` configuration ([\\#3419](https://github.com/matrix-org/matrix-js-sdk/pull/3419)). Contributed by @kerryarchibald.\n* ElementR: Add `CryptoApi.getCrossSigningStatus` ([\\#3452](https://github.com/matrix-org/matrix-js-sdk/pull/3452)). Contributed by @florianduros.\n* Extend stats summary with call device and user count based on room state ([\\#3424](https://github.com/matrix-org/matrix-js-sdk/pull/3424)). Contributed by @toger5.\n* Update MSC3912 implementation to use `with_rel_type` instead of `with_relations` ([\\#3420](https://github.com/matrix-org/matrix-js-sdk/pull/3420)).\n* Export thread-related types from SDK ([\\#3447](https://github.com/matrix-org/matrix-js-sdk/pull/3447)). Contributed by @stas-demydiuk.\n* Use correct /v3 prefix for /refresh ([\\#3016](https://github.com/matrix-org/matrix-js-sdk/pull/3016)). Contributed by @davidisaaclee.\n* Fix thread list being ordered based on all updates ([\\#3458](https://github.com/matrix-org/matrix-js-sdk/pull/3458)). Fixes vector-im/element-web#25522.\n* Fix: handle `baseUrl` with trailing slash in `fetch.getUrl` ([\\#3455](https://github.com/matrix-org/matrix-js-sdk/pull/3455)). Fixes vector-im/element-web#25526. Contributed by @kerryarchibald.\n* use cli.canSupport to determine intentional mentions support ([\\#3445](https://github.com/matrix-org/matrix-js-sdk/pull/3445)). Fixes vector-im/element-web#25497. Contributed by @kerryarchibald.\n* Make sliding sync linearize processing of sync requests ([\\#3442](https://github.com/matrix-org/matrix-js-sdk/pull/3442)).\n* Fix edge cases around 2nd order relations and threads ([\\#3437](https://github.com/matrix-org/matrix-js-sdk/pull/3437)).","shortMessageHtmlLink":"Merge tag 'v26.1.0' into sc"}},{"before":"399467ccd2742a08bd9ab1b52a62db23244d3cba","after":"255144ef2c9e141a171101e18091961f1be6db7f","ref":"refs/heads/sc","pushedAt":"2023-12-13T01:27:48.000Z","pushType":"push","commitsCount":105,"pusher":{"login":"su-ex","name":"su-ex","path":"/su-ex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9221456?s=80&v=4"},"commit":{"message":"Merge tag 'v26.0.1' into sc\n\n* Fix: handle `baseUrl` with trailing slash in `fetch.getUrl` ([\\#3455](https://github.com/matrix-org/matrix-js-sdk/pull/3455)). Fixes vector-im/element-web#25526. Contributed by @kerryarchibald.","shortMessageHtmlLink":"Merge tag 'v26.0.1' into sc"}},{"before":null,"after":"4ab226e58045f8f072bf3c14374d591c96a7a78b","ref":"refs/heads/lite","pushedAt":"2023-12-03T10:45:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"},"commit":{"message":"v30.1.0","shortMessageHtmlLink":"v30.1.0"}},{"before":"c0ab63777e1d1bf2e6756359e66b1e3c0ff54a27","after":"399467ccd2742a08bd9ab1b52a62db23244d3cba","ref":"refs/heads/sc","pushedAt":"2023-07-31T14:38:26.000Z","pushType":"push","commitsCount":45,"pusher":{"login":"su-ex","name":"su-ex","path":"/su-ex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9221456?s=80&v=4"},"commit":{"message":"Merge tag 'v25.1.0' into sc\n\n* Deprecate MatrixClient::resolveRoomAlias ([\\#3316](https://github.com/matrix-org/matrix-js-sdk/pull/3316)).\n* add client method to remove pusher ([\\#3324](https://github.com/matrix-org/matrix-js-sdk/pull/3324)). Contributed by @kerryarchibald.\n* Implement MSC 3981 ([\\#3248](https://github.com/matrix-org/matrix-js-sdk/pull/3248)). Fixes vector-im/element-web#25021. Contributed by @justjanne.\n* Added `Room.getLastLiveEvent` and `Room.getLastThread`. Deprecated `Room.lastThread` in favour of `Room.getLastThread`. ([\\#3321](https://github.com/matrix-org/matrix-js-sdk/pull/3321)).\n* Element-R: wire up device lists ([\\#3272](https://github.com/matrix-org/matrix-js-sdk/pull/3272)). Contributed by @florianduros.\n* Node 20 support ([\\#3302](https://github.com/matrix-org/matrix-js-sdk/pull/3302)).\n* Fix racing between one-time-keys processing and sync ([\\#3327](https://github.com/matrix-org/matrix-js-sdk/pull/3327)). Fixes vector-im/element-web#25214. Contributed by @florianduros.\n* Fix lack of media when a user reconnects ([\\#3318](https://github.com/matrix-org/matrix-js-sdk/pull/3318)).\n* Fix TimelineWindow getEvents exploding if no neigbouring timeline ([\\#3285](https://github.com/matrix-org/matrix-js-sdk/pull/3285)). Fixes vector-im/element-web#25104.","shortMessageHtmlLink":"Merge tag 'v25.1.0' into sc"}},{"before":"738c29c7c32187d2d9cdda0aca998b6946acb746","after":"c0ab63777e1d1bf2e6756359e66b1e3c0ff54a27","ref":"refs/heads/master","pushedAt":"2023-04-25T22:59:59.000Z","pushType":"push","commitsCount":116,"pusher":{"login":"su-ex","name":"su-ex","path":"/su-ex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9221456?s=80&v=4"},"commit":{"message":"Merge tag 'v25.0.0' into sc\n\n* Change `Store.save()` to return a `Promise` ([\\#3221](https://github.com/matrix-org/matrix-js-sdk/pull/3221)). Contributed by @texuf.\n* Add typedoc-plugin-mdn-links ([\\#3292](https://github.com/matrix-org/matrix-js-sdk/pull/3292)).\n* Annotate events with executed push rule ([\\#3284](https://github.com/matrix-org/matrix-js-sdk/pull/3284)). Contributed by @kerryarchibald.\n* Element-R: pass device list change notifications into rust crypto-sdk ([\\#3254](https://github.com/matrix-org/matrix-js-sdk/pull/3254)). Fixes vector-im/element-web#24795. Contributed by @florianduros.\n* Support for MSC3882 revision 1 ([\\#3228](https://github.com/matrix-org/matrix-js-sdk/pull/3228)). Contributed by @hughns.\n* Fix screen sharing on Firefox 113 ([\\#3282](https://github.com/matrix-org/matrix-js-sdk/pull/3282)). Contributed by @tulir.\n* Retry processing potential poll events after decryption ([\\#3246](https://github.com/matrix-org/matrix-js-sdk/pull/3246)). Fixes vector-im/element-web#24568.\n* Element-R: handle events which arrive before their keys ([\\#3230](https://github.com/matrix-org/matrix-js-sdk/pull/3230)). Fixes vector-im/element-web#24489.","shortMessageHtmlLink":"Merge tag 'v25.0.0' into sc"}},{"before":"af4413b7a681d5f590b7674d87b3a103086705d1","after":"c0ab63777e1d1bf2e6756359e66b1e3c0ff54a27","ref":"refs/heads/sc","pushedAt":"2023-04-25T21:00:06.000Z","pushType":"push","commitsCount":51,"pusher":{"login":"su-ex","name":"su-ex","path":"/su-ex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9221456?s=80&v=4"},"commit":{"message":"Merge tag 'v25.0.0' into sc\n\n* Change `Store.save()` to return a `Promise` ([\\#3221](https://github.com/matrix-org/matrix-js-sdk/pull/3221)). Contributed by @texuf.\n* Add typedoc-plugin-mdn-links ([\\#3292](https://github.com/matrix-org/matrix-js-sdk/pull/3292)).\n* Annotate events with executed push rule ([\\#3284](https://github.com/matrix-org/matrix-js-sdk/pull/3284)). Contributed by @kerryarchibald.\n* Element-R: pass device list change notifications into rust crypto-sdk ([\\#3254](https://github.com/matrix-org/matrix-js-sdk/pull/3254)). Fixes vector-im/element-web#24795. Contributed by @florianduros.\n* Support for MSC3882 revision 1 ([\\#3228](https://github.com/matrix-org/matrix-js-sdk/pull/3228)). Contributed by @hughns.\n* Fix screen sharing on Firefox 113 ([\\#3282](https://github.com/matrix-org/matrix-js-sdk/pull/3282)). Contributed by @tulir.\n* Retry processing potential poll events after decryption ([\\#3246](https://github.com/matrix-org/matrix-js-sdk/pull/3246)). Fixes vector-im/element-web#24568.\n* Element-R: handle events which arrive before their keys ([\\#3230](https://github.com/matrix-org/matrix-js-sdk/pull/3230)). Fixes vector-im/element-web#24489.","shortMessageHtmlLink":"Merge tag 'v25.0.0' into sc"}},{"before":"738c29c7c32187d2d9cdda0aca998b6946acb746","after":"af4413b7a681d5f590b7674d87b3a103086705d1","ref":"refs/heads/sc","pushedAt":"2023-04-21T10:56:45.000Z","pushType":"push","commitsCount":65,"pusher":{"login":"su-ex","name":"su-ex","path":"/su-ex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9221456?s=80&v=4"},"commit":{"message":"Merge tag 'v24.1.0' into sc\n\n* Allow via_servers property in findPredecessor (update to MSC3946) ([\\#3240](https://github.com/matrix-org/matrix-js-sdk/pull/3240)). Contributed by @andybalaam.\n* Fire `closed` event when IndexedDB closes unexpectedly ([\\#3218](https://github.com/matrix-org/matrix-js-sdk/pull/3218)).\n* Implement MSC3952: intentional mentions ([\\#3092](https://github.com/matrix-org/matrix-js-sdk/pull/3092)). Fixes vector-im/element-web#24376.\n* Send one time key count and unused fallback keys for rust-crypto ([\\#3215](https://github.com/matrix-org/matrix-js-sdk/pull/3215)). Fixes vector-im/element-web#24795. Contributed by @florianduros.\n* Improve `processBeaconEvents` hotpath ([\\#3200](https://github.com/matrix-org/matrix-js-sdk/pull/3200)).\n* Implement MSC3966: a push rule condition to check if an array contains a value ([\\#3180](https://github.com/matrix-org/matrix-js-sdk/pull/3180)).\n* indexddb-local-backend - return the current sync to database promise … ([\\#3222](https://github.com/matrix-org/matrix-js-sdk/pull/3222)). Contributed by @texuf.\n* Revert \"Add the call object to Call events\" ([\\#3236](https://github.com/matrix-org/matrix-js-sdk/pull/3236)).\n* Handle group call redaction ([\\#3231](https://github.com/matrix-org/matrix-js-sdk/pull/3231)). Fixes vector-im/voip-internal#128.\n* Stop doing O(n^2) work to find event's home (`eventShouldLiveIn`) ([\\#3227](https://github.com/matrix-org/matrix-js-sdk/pull/3227)). Contributed by @jryans.\n* Fix bug where video would not unmute if it started muted ([\\#3213](https://github.com/matrix-org/matrix-js-sdk/pull/3213)). Fixes vector-im/element-call#925.\n* Fixes to event encryption in the Rust Crypto implementation ([\\#3202](https://github.com/matrix-org/matrix-js-sdk/pull/3202)).","shortMessageHtmlLink":"Merge tag 'v24.1.0' into sc"}},{"before":"dd8adef9ed2d1b15fddb6b58ccfbf827c6e07347","after":null,"ref":"refs/heads/voip-mute","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"9f3f33e2cc01bbd50d37bebb8e0a1e8c20ca321c","after":null,"ref":"refs/heads/voip","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"6e31319294b26855fb8d80afe6005a6d516a0aeb","after":null,"ref":"refs/heads/v0.6.0","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"7f5ad041cc26f8a0240c2efbf9be9e6bb6e4fc39","after":null,"ref":"refs/heads/upload_cancel","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"bdadcd453259a110a6afd676e85a2c9446a8b017","after":null,"ref":"refs/heads/uhoreg/sas2","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"036b197834ebe5de41dfa0507f1281f5d7a4bebe","after":null,"ref":"refs/heads/uhoreg/refetch_devices_when_unwedging","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"4f58e9945b950f5ebe5d49fe53f4cb56015182fe","after":null,"ref":"refs/heads/uhoreg/reduce_olm_creation","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"991f59005649215a104ed0e06e6b0553944c7af1","after":null,"ref":"refs/heads/uhoreg/picklekey","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"cb69515be9c0a044ae43821cdf597db7c492b660","after":null,"ref":"refs/heads/uhoreg/misc_rageshake_fixes","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"04387e78ccecda2e5b86ad5c785dbbc7c79600a1","after":null,"ref":"refs/heads/uhoreg/megolm_speed","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"e1e9f690c9c4088715c4a9fa495bd237f0ba16af","after":null,"ref":"refs/heads/uhoreg/ignore_verification_done","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"6a3d32203365a912a0e24f565a2432a59a014112","after":null,"ref":"refs/heads/uhoreg/fix_opts_request","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"ebdff505eb262dc1b6af18d0aaefac17bef5f1c3","after":null,"ref":"refs/heads/uhoreg/fix_mac_check","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"d2f24c3e872763570d60c9385ac918521c34cad9","after":null,"ref":"refs/heads/uhoreg/fix_backup_key_format","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"9911766435b5574e7e19ca9ac87abfb8969b2f82","after":null,"ref":"refs/heads/uhoreg/expose_prepare_to_encrypt","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"fa1dddf06c334743e31955d11fe9fc43013e6adf","after":null,"ref":"refs/heads/uhoreg/distrust_backup","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"fb08ef9a9b6aec9d3f6066e1042f837573c0ecf7","after":null,"ref":"refs/heads/uhoreg/device_list_no_dying","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"d01f527e71f95c058457263f5212f96e0c104228","after":null,"ref":"refs/heads/uhoreg/check_sssss_passphrase","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"429a4e352679c0148cc984200ef0783eca768698","after":null,"ref":"refs/heads/travis/wip/qr","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"5711ec2b50b692328e2b5827b6eeb435ef9b9b43","after":null,"ref":"refs/heads/travis/spec-i18n-2","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}},{"before":"a3ee19946109c98217e685433063b2ca00c03ec7","after":null,"ref":"refs/heads/travis/immutable-dms/poc","pushedAt":"2023-04-06T09:15:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"SpiritCroc","name":"SpiritCroc","path":"/SpiritCroc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12481742?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0yNFQxODoyMjo0MS4wMDAwMDBazwAAAAQEGBXV","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0yNFQxODoyMjo0MS4wMDAwMDBazwAAAAQEGBXV","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0wNlQwOToxNTozMC4wMDAwMDBazwAAAAMTWroj"}},"title":"Activity · SchildiChat/matrix-js-sdk"}