Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

MSC3575 (Sliding Sync) add well-known proxy support #12307

Merged
merged 108 commits into from
Apr 30, 2024

Commits on Mar 10, 2024

  1. Initial commit

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9d73b7c View commit details
    Browse the repository at this point in the history
  2. Remove commented code

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    876f59c View commit details
    Browse the repository at this point in the history
  3. Change function to reflect it's proxy not native support

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c65b22b View commit details
    Browse the repository at this point in the history
  4. Re-add check for servers with native support

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e99ef75 View commit details
    Browse the repository at this point in the history
  5. Add native support check back in

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    6adac18 View commit details
    Browse the repository at this point in the history
  6. Re-add endpoint health check function

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    065e255 View commit details
    Browse the repository at this point in the history
  7. Use inbuilt getWellKnown function

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    1345379 View commit details
    Browse the repository at this point in the history
  8. Change the error message to the correct function

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    7736582 View commit details
    Browse the repository at this point in the history
  9. Stop storing the proxyurl in the settings for now

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4f2c1f2 View commit details
    Browse the repository at this point in the history
  10. Make the logger messages more useful

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    cb78747 View commit details
    Browse the repository at this point in the history
  11. Start moving the checking logic directly into the controller

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    10095b6 View commit details
    Browse the repository at this point in the history
  12. Add missing import

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5ef62f3 View commit details
    Browse the repository at this point in the history
  13. Get the client rather than passing it in to the functions

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    0ac51af View commit details
    Browse the repository at this point in the history
  14. remove invalid function keyword

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    bc73cd8 View commit details
    Browse the repository at this point in the history
  15. Fix imports

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    1118135 View commit details
    Browse the repository at this point in the history
  16. Our new functions are private

    We shouldn't(?) have to use these check in future elsewhere
    
    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8185c08 View commit details
    Browse the repository at this point in the history
  17. Change our proxy check function to return a boolean

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e782249 View commit details
    Browse the repository at this point in the history
  18. Make nativeSlidingSyncSupport also return boolean, add in health check

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    2fdab77 View commit details
    Browse the repository at this point in the history
  19. Disable the sliding sync option if the server doesn't support

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    0a87ebc View commit details
    Browse the repository at this point in the history
  20. Only enable the setting if it passes (again)

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    740a28f View commit details
    Browse the repository at this point in the history
  21. Update our comments to better match what's going on

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a034550 View commit details
    Browse the repository at this point in the history
  22. Remove unused dialog

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    24424e6 View commit details
    Browse the repository at this point in the history
  23. Add a well-known check on start-up, if sliding sync has been enabled

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    dfd4ced View commit details
    Browse the repository at this point in the history
  24. Check against the correct endpoint...

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    be0e4d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    dbbdc8a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    43e3341 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    b3ebb8a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Extract baseUrl as we'll reuse it

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f43cd19 View commit details
    Browse the repository at this point in the history
  2. Make the logs differentiate between the types of proxy

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2e4f110 View commit details
    Browse the repository at this point in the history
  3. Grab the client well-known directly for use

    Can't use the client object at this point, it hasn't read in the well-known
    
    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c32ea33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d831b1 View commit details
    Browse the repository at this point in the history
  5. Add myself to the copyright assignation

    I wrote the majority of this file...
    
    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    16522ae View commit details
    Browse the repository at this point in the history
  6. Only return true if it's actually there

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f4f8463 View commit details
    Browse the repository at this point in the history
  7. Correct the proxySlidingSyncSupport function comment to match the code

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0417265 View commit details
    Browse the repository at this point in the history
  8. Correct the nativeSlidingSyncSupportfunction comment to match the code

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d9199e4 View commit details
    Browse the repository at this point in the history
  9. Another comment/functionality paring

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    229b8d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Remove duplicated types from the doc

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    672b003 View commit details
    Browse the repository at this point in the history
  2. Move await to the previous line

    Removes brackets, and corrects `wellKnown` from being a `Promise`
    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7cdab7b View commit details
    Browse the repository at this point in the history
  3. use waitForClientWellKnown to avoid a race condition with the request

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2f45ddb View commit details
    Browse the repository at this point in the history
  4. Move getting the client out of the if, use waitForClientWellKnown

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    23b026f View commit details
    Browse the repository at this point in the history
  5. Remove beforeChange override

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e1d28ec View commit details
    Browse the repository at this point in the history
  6. Move proxy setup logic into SlidingSyncManager

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5f7b513 View commit details
    Browse the repository at this point in the history
  7. Swap configure to private, we call it from setup which handles proxy

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c80a00b View commit details
    Browse the repository at this point in the history
  8. Promises are always true

    TIL.
    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ef1da4a View commit details
    Browse the repository at this point in the history
  9. use timeoutSignal

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    71e5d60 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e150b05 View commit details
    Browse the repository at this point in the history
  11. Change message when there's no server support

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2095501 View commit details
    Browse the repository at this point in the history
  12. Refactor slidingSyncHealthCheck

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    629d5bb View commit details
    Browse the repository at this point in the history
  13. Refactor nativeSlidingSyncSupport with try/catch

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8edc6c1 View commit details
    Browse the repository at this point in the history
  14. Change comment to hotlink

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    bca3aa2 View commit details
    Browse the repository at this point in the history
  15. Try and make the toggle disabled when there's no endpoint

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9d735cf View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Move the if statement outside the refactored fn to avoid an await

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9bae69d View commit details
    Browse the repository at this point in the history
  2. Revert "Swap configure to private, we call it from setup which ha…

    …ndles proxy"
    
    This reverts commit c80a00b.
    EdGeraghty committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    eb60521 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9defa25 View commit details
    Browse the repository at this point in the history
  4. Further refactor slidingSyncHealthCheck

    `proxySlidingSyncSupport` already checks the client well-known is there
    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3b1e87e View commit details
    Browse the repository at this point in the history
  5. Make proxySlidingSyncSupport log on success

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0aa46c3 View commit details
    Browse the repository at this point in the history
  6. Clarify log message for proxy being up

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8397e2e View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Move the logic into SlidingSyncManager

    All so we can set a static variable because the disabled check isn't asynchronous :)
    
    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    98674c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75ed4c View commit details
    Browse the repository at this point in the history
  3. Obviously this isn't a return so don't overwrite with false!

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7ddec2b View commit details
    Browse the repository at this point in the history
  4. Remove outdated comment

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    cfc48bb View commit details
    Browse the repository at this point in the history
  5. No need to pass in the client

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a09b1b2 View commit details
    Browse the repository at this point in the history
  6. Activating SS should probably be info level logs

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    aab3e51 View commit details
    Browse the repository at this point in the history
  7. If we've not enabled sliding sync, push the logs down a bit

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    40ca313 View commit details
    Browse the repository at this point in the history
  8. Update i18n error message

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    efeb2ae View commit details
    Browse the repository at this point in the history
  9. Remove unused i18n strings

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    51660ff View commit details
    Browse the repository at this point in the history
  10. Correct log message

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2b41e0c View commit details
    Browse the repository at this point in the history
  11. Prettier

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    90f96e6 View commit details
    Browse the repository at this point in the history
  12. Remove many of the log messages

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    90b9876 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Short out of checkSupport if it's true

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7bc854e View commit details
    Browse the repository at this point in the history
  2. Add the endpoint back into the log when we're enabling it

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    1a342d6 View commit details
    Browse the repository at this point in the history
  3. Note in the comment that feature_sliding_sync_proxy_url is legacy

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    79b45b7 View commit details
    Browse the repository at this point in the history
  4. Expand the well-known liveness check log

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7b4d4f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    99c10f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77d41c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    d7d2f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac4de59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cd4ac4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    a0e2f63 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    9fe4e9a View commit details
    Browse the repository at this point in the history
  2. Add missing semicolon

    Sorry, linter!
    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f99dc79 View commit details
    Browse the repository at this point in the history
  3. Pass our MatrixClient through instead of trying to grab it

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0b04649 View commit details
    Browse the repository at this point in the history
  4. Add missing return in function comment

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0eee348 View commit details
    Browse the repository at this point in the history
  5. Actually pass through our Client, not the Peg object

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    061041b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Remove SonarCube smell complaint

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2ea8e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6682690 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Neew to make our other two methods public to test

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    490092c View commit details
    Browse the repository at this point in the history
  2. First passing test

    Hurrah!
    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fcca43f View commit details
    Browse the repository at this point in the history
  3. Two more tests, this time on checkSupport

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c1670f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d20b46 View commit details
    Browse the repository at this point in the history
  5. Reset our serverSupportsSlidingSync between tests

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    9178ab4 View commit details
    Browse the repository at this point in the history
  6. Check the static member is being set

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3785b89 View commit details
    Browse the repository at this point in the history
  7. Move the static assignation down to the relevant tests

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ac18bdb View commit details
    Browse the repository at this point in the history
  8. Pull getProxyFromWellKnown mocking up

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    4637b3d View commit details
    Browse the repository at this point in the history
  9. Check we /haven't/ shorted out

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    15ac5b0 View commit details
    Browse the repository at this point in the history
  10. Move our spy up so we can reuse it

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    db5a374 View commit details
    Browse the repository at this point in the history
  11. Check spidering is being called

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a98552c View commit details
    Browse the repository at this point in the history
  12. Test the proxy is declared

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    298cb8f View commit details
    Browse the repository at this point in the history
  13. Test entered manually

    Signed-off-by: Ed Geraghty <ed@geraghty.family>
    EdGeraghty committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f840249 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    4494079 View commit details
    Browse the repository at this point in the history
  2. Sorry, linter

    EdGeraghty committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    58f0d90 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'edg/msc3575-native-support' of github.com:EdGeraghty/ma…

    …trix-react-sdk into edg/msc3575-native-support
    EdGeraghty committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    27830f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e01fa3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a00a29 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'edg/msc3575-native-support' of github.com:EdGeraghty/ma…

    …trix-react-sdk into edg/msc3575-native-support
    EdGeraghty committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    48b361a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    2e1bb20 View commit details
    Browse the repository at this point in the history
  2. Replace any with string

    Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
    EdGeraghty and t3chguy authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0288e89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cbc39a View commit details
    Browse the repository at this point in the history