{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":404609635,"defaultBranch":"develop","name":"matrix-react-sdk","ownerLogin":"AndrewFerr","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-09-09T06:23:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3271094?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1697471376.0","currentOid":""},"activityList":{"items":[{"before":"0c40f6d26f1662914521ed56507987149b462733","after":"462b0ff8ac1d1647d3916b383c5b135859b33ac4","ref":"refs/heads/master","pushedAt":"2024-05-09T15:02:20.000Z","pushType":"push","commitsCount":58,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"v3.99.0","shortMessageHtmlLink":"v3.99.0"}},{"before":"050f61752f28bf918554f603c3e71d35db468f20","after":"3109b97fd3adae9eec42395c4cd7ff66dd992ffb","ref":"refs/heads/develop","pushedAt":"2024-05-09T15:02:07.000Z","pushType":"push","commitsCount":23,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Fix beta notifications reconciliation for intentional mentions push rules (#12510)\n\n* Fix beta notifications reconciliation for `.m.rule.is_room_mention`\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Same fix for `.m.rule.is_user_mention`\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n---------\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>","shortMessageHtmlLink":"Fix beta notifications reconciliation for intentional mentions push r…"}},{"before":"45132ec6aa5415939d2ec0c0e0a7e0646a49ac40","after":"050f61752f28bf918554f603c3e71d35db468f20","ref":"refs/heads/develop","pushedAt":"2024-05-03T15:33:17.000Z","pushType":"push","commitsCount":33,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Convert tabbedview to functional component (#12478)\n\n* Convert tabbedview to functional component\n\nThe 'Tab' is still a class, so now it's a functional component that\nhas a supporting class, which is maybe a bit... jarring, but I think\nis actually perfectly logical.\n\n* put comment back\n\n* Fix bad tab ID behaviour\n\n* Change to sub-components\n\nand use contitional call syntax\n\n* Comments\n\n* Fix element IDs","shortMessageHtmlLink":"Convert tabbedview to functional component (matrix-org#12478)"}},{"before":"adc805828da3a5cc1f2a9dccc05ce83430166ff8","after":"0c40f6d26f1662914521ed56507987149b462733","ref":"refs/heads/master","pushedAt":"2024-05-03T15:33:17.000Z","pushType":"push","commitsCount":38,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"v3.98.0","shortMessageHtmlLink":"v3.98.0"}},{"before":"700b3955a4a83460f9bf0b446ed95676e1f6cc8e","after":"45132ec6aa5415939d2ec0c0e0a7e0646a49ac40","ref":"refs/heads/develop","pushedAt":"2024-04-26T11:57:20.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"MenuItem: fix caption usage (#12455)\n\n* Add placement and fix additional span for `AccessibleButton`\n\n* Use only `RovingAccessibleButton` in `MenuItem`\n\n* Replace `tooltip` by `caption`\n\n* Update snapshots","shortMessageHtmlLink":"MenuItem: fix caption usage (matrix-org#12455)"}},{"before":"427be433d0764041dc783763561582ec11bcf102","after":"700b3955a4a83460f9bf0b446ed95676e1f6cc8e","ref":"refs/heads/develop","pushedAt":"2024-04-24T14:16:38.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Add `Tooltip` to `AccessibleButton` (#12443)\n\n* Deprecate AccessibleTooltipButton\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Fix tests\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Fix tests\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Deprecate AccessibleTooltipButton\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Fix tests\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Iterate\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Fix `UserInfo-test.tsx`\n\n* Update `LoginWithQRFlow-test.tsx` snapshot\n\n* Remove tooltip provider from test\n\n* Fix `AccessibleButton`\n\n* Update snapshots\n\n* Revert to original import\n\n* Use title to populate aria-label\n\n* Rollback AccessibleButton or Tooltip changes. Will come in another PR\n\n* Rollback en.json change\n\n* Update snapshots\n\n* Fix `UserInfo`\n\n* Update snapshots\n\n* Use label instead of title in test\n\n* Use label instead of title in TAC test\n\n* Use label instead of title in read-receipt test\n\n* Remove tooltip for ContextMenu\n\n* Add extra information for caption field\n\n---------\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\nCo-authored-by: Michael Telatynski <7t3chguy@gmail.com>","shortMessageHtmlLink":"Add Tooltip to AccessibleButton (matrix-org#12443)"}},{"before":"313b556044ad4c2427449b3acbe314f0e1215677","after":"427be433d0764041dc783763561582ec11bcf102","ref":"refs/heads/develop","pushedAt":"2024-04-23T10:35:17.000Z","pushType":"push","commitsCount":37,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Add analytics to activity toggles (#12418)\n\n* Add analytics to activity toggles\n\nRequires https://github.com/matrix-org/matrix-analytics-events/pull/101\n\n* Add test\n\n* Fix comment a bit\n\n* Update to new analytics events package","shortMessageHtmlLink":"Add analytics to activity toggles (matrix-org#12418)"}},{"before":"c40fea008a1f51338cd185978acbdb72dd976d25","after":"313b556044ad4c2427449b3acbe314f0e1215677","ref":"refs/heads/develop","pushedAt":"2024-04-12T14:25:41.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Fix link modal not shown after access upgrade (#12411)\n\n* Fix link modal not shown after access upgrade\n\nWe dont show the modal since there was a mistake in the isRoomJoinable function.\nIt used a state variable instead of reacomputing the join rule with room.getJoinRule()\nThe state is a captured variable that from before the link share click -> does not update at that time.\n\n* dont shadow var","shortMessageHtmlLink":"Fix link modal not shown after access upgrade (matrix-org#12411)"}},{"before":"d35fce198cc8089e1a1d30c187ae3f0a1c2467e8","after":"c40fea008a1f51338cd185978acbdb72dd976d25","ref":"refs/heads/develop","pushedAt":"2024-04-11T11:27:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Humanize spell check language labels (#12409)\n\n* Humanize spell check language labels\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Comment\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n---------\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>","shortMessageHtmlLink":"Humanize spell check language labels (matrix-org#12409)"}},{"before":"0daf0cfa8070fc6ee9a20d39faf42fc64824de25","after":"d35fce198cc8089e1a1d30c187ae3f0a1c2467e8","ref":"refs/heads/develop","pushedAt":"2024-04-10T17:35:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Call Guest Access, give user the option to change the acces level so they can generate a call link. (#12401)\n\n* Ask the user to change the room access settings if they click the create link button.\n\nSigned-off-by: Timo K \n\n* disable call button if appropriate.\n\nSigned-off-by: Timo K \n\n* Add tests\nRefactor tests to be in CallGuestLinkButton-test instead of the RoomHeader\n\nSigned-off-by: Timo K \n\n* add test for: no button if cannot change join rule and room not public nor knock\n\nSigned-off-by: Timo K \n\n* fix tests\n\nSigned-off-by: Timo K \n\n* add JoinRuleDialog tests\n\nSigned-off-by: Timo K \n\n* move spy into before each\n\nSigned-off-by: Timo K \n\n* Update src/i18n/strings/en_EN.json\n\nCo-authored-by: Robin \n\n* remove inline css and update modal style\n\nSigned-off-by: Timo K \n\n* Update src/i18n/strings/en_EN.json\n\nCo-authored-by: Robin \n\n* Update src/i18n/strings/en_EN.json\n\nCo-authored-by: Robin \n\n* Invite state was not reactive.\nChanging power level did not update the ui.\n\nSigned-off-by: Timo K \n\n* linter\n\nSigned-off-by: Timo K \n\n* make useGuestAccessInformation use useRoomState\n\nSigned-off-by: Timo K \n\n* fix tests and simplify logic\n\n* fix tests\n\n* review\n\nSigned-off-by: Timo K \n\n---------\n\nSigned-off-by: Timo K \nCo-authored-by: Robin ","shortMessageHtmlLink":"Call Guest Access, give user the option to change the acces level so …"}},{"before":"1149b13502563d30701e76fb8c84bb8ad6f94683","after":"0daf0cfa8070fc6ee9a20d39faf42fc64824de25","ref":"refs/heads/develop","pushedAt":"2024-04-09T13:08:49.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Reset matrix-js-sdk back to develop branch","shortMessageHtmlLink":"Reset matrix-js-sdk back to develop branch"}},{"before":"3d0e7c657d34c0f53540a46a0bd9d94458b06d13","after":"adc805828da3a5cc1f2a9dccc05ce83430166ff8","ref":"refs/heads/master","pushedAt":"2024-04-09T13:08:49.000Z","pushType":"push","commitsCount":59,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"v3.97.0","shortMessageHtmlLink":"v3.97.0"}},{"before":"f96606acebaeea99e98c3a827575c76a68f37a5c","after":"3d0e7c657d34c0f53540a46a0bd9d94458b06d13","ref":"refs/heads/master","pushedAt":"2024-04-09T09:37:23.000Z","pushType":"push","commitsCount":50,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"v3.96.1","shortMessageHtmlLink":"v3.96.1"}},{"before":"2e7668752fa5572c413d4d3c43c51832405ddcf3","after":"1149b13502563d30701e76fb8c84bb8ad6f94683","ref":"refs/heads/develop","pushedAt":"2024-04-09T09:37:01.000Z","pushType":"push","commitsCount":40,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Fix space hierarchy tile busy state being stuck after join error (#12405)\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>","shortMessageHtmlLink":"Fix space hierarchy tile busy state being stuck after join error (mat…"}},{"before":"ef2bd7ae0439493a3b0616b8ea1474a133996cb7","after":"2e7668752fa5572c413d4d3c43c51832405ddcf3","ref":"refs/heads/develop","pushedAt":"2024-03-26T13:20:35.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Update dependency axe-core to v4.9.0 (#12373)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Update dependency axe-core to v4.9.0 (matrix-org#12373)"}},{"before":"67452f50217778d7e20816554cef8b0680c0633b","after":"ef2bd7ae0439493a3b0616b8ea1474a133996cb7","ref":"refs/heads/develop","pushedAt":"2024-03-25T14:07:56.000Z","pushType":"push","commitsCount":668,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Improve types for `sendEvent` (#12335)","shortMessageHtmlLink":"Improve types for sendEvent (matrix-org#12335)"}},{"before":"71f54349d5152d7be556126501a168e9e4bd4274","after":"f96606acebaeea99e98c3a827575c76a68f37a5c","ref":"refs/heads/master","pushedAt":"2024-03-25T14:07:56.000Z","pushType":"push","commitsCount":672,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"v3.95.0","shortMessageHtmlLink":"v3.95.0"}},{"before":"5ff965106a27ad54c1d6c4823dba5349b38a9a92","after":"67452f50217778d7e20816554cef8b0680c0633b","ref":"refs/heads/develop","pushedAt":"2023-10-18T18:07:38.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Update all non-major dependencies (#11618)\n\n* Update all non-major dependencies\n\n* Fix types\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* highlight.js breaking change\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Hold back jest-sonar-reporter\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n---------\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Michael Telatynski <7t3chguy@gmail.com>","shortMessageHtmlLink":"Update all non-major dependencies (matrix-org#11618)"}},{"before":"576d5bbe3916f3cf2b8040e3175a0fa9ea17836c","after":"f8afc23d4e25a541cc8b831f38ba1c42be4f3581","ref":"refs/heads/invite-mxid-on-next-line","pushedAt":"2023-10-18T18:04:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Refactor to satisfy i18n linter\n\nSigned-off-by: Andrew Ferrazzutti ","shortMessageHtmlLink":"Refactor to satisfy i18n linter"}},{"before":"e8e7f1eecbd9fe8571643751bdb41e824452126d","after":"5ff965106a27ad54c1d6c4823dba5349b38a9a92","ref":"refs/heads/develop","pushedAt":"2023-10-16T15:54:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Render timeline separator for late event groups (#11739)\n\n* Use Compound tooltips on MessageTimestamp to improve UX of date time discovery\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Show io.element.late_event in MessageTimestamp when known\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Update snapshot\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Avoid needing new Compound changes\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Move groupers into their own directory\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Refactor date separator code to be more generic\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Render timeline separator for late event groups\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Fix date used in copy\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Update snapshot\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Move groupers into their own directory\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Update copy\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Update copy\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Update snapshot\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* i18n\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Add comments\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n* Add comments\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>\n\n---------\n\nSigned-off-by: Michael Telatynski <7t3chguy@gmail.com>","shortMessageHtmlLink":"Render timeline separator for late event groups (matrix-org#11739)"}},{"before":"a6e73e48e1c030d60f0f18f8ec6fe5d3d605c0cc","after":"71f54349d5152d7be556126501a168e9e4bd4274","ref":"refs/heads/master","pushedAt":"2023-10-16T15:53:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"v3.82.0","shortMessageHtmlLink":"v3.82.0"}},{"before":"eb96f214b57a393b4a5ea2827575c67dab6229e6","after":"576d5bbe3916f3cf2b8040e3175a0fa9ea17836c","ref":"refs/heads/invite-mxid-on-next-line","pushedAt":"2023-10-16T15:53:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"},"commit":{"message":"Invite dialog: display MXID on its own line\n\nSigned-off-by: Andrew Ferrazzutti ","shortMessageHtmlLink":"Invite dialog: display MXID on its own line"}},{"before":"36d7b8e3ed2941cb62cdd68610d1c62b4ad1958e","after":null,"ref":"refs/heads/zip/12038-toast-timeouts","pushedAt":"2023-10-16T15:49:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"}},{"before":"2480f709b31f9f05270430bf73235c904f029b2c","after":null,"ref":"refs/heads/zip/11880-message-shields","pushedAt":"2023-10-16T15:49:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"}},{"before":"a6fcbcacf68d0d01ead7edaad9ad33dbbd1dfbcb","after":null,"ref":"refs/heads/zip/11840-tooltips-on-padlocks","pushedAt":"2023-10-16T15:49:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"}},{"before":"54a65f8bd787570c0285d219d7019569d3184093","after":null,"ref":"refs/heads/wmwragg/use-return-to-invite","pushedAt":"2023-10-16T15:49:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"}},{"before":"a385955c6be8b6d33a90ef9ada37fe169979ad2a","after":null,"ref":"refs/heads/wmwragg/spinner-fix","pushedAt":"2023-10-16T15:49:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"}},{"before":"6d1eebe6f27484c220e52ec4255cd678d40f39e3","after":null,"ref":"refs/heads/wmwragg/room-tag-menu","pushedAt":"2023-10-16T15:49:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"}},{"before":"34a9260c799b65b55d4984daaef91eb346e05c48","after":null,"ref":"refs/heads/wmwragg/room-header-styling","pushedAt":"2023-10-16T15:49:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"}},{"before":"27456d0e200eb6a314c3fdb91199ed2f97f0514a","after":null,"ref":"refs/heads/wmwragg/remove-old-filter","pushedAt":"2023-10-16T15:49:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AndrewFerr","name":"Andrew Ferrazzutti","path":"/AndrewFerr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3271094?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERbuolwA","startCursor":null,"endCursor":null}},"title":"Activity · AndrewFerr/matrix-react-sdk"}