Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: expose room avatars in room subscriptions #203

Closed
wants to merge 30 commits into from
Closed

Commits on Jul 13, 2023

  1. Define Room.Avatar

    David Robertson committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0b3c86f View commit details
    Browse the repository at this point in the history
  2. WIP test cases

    David Robertson committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    569c441 View commit details
    Browse the repository at this point in the history
  3. Global cache: track m.room.avatar

    David Robertson committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4edec89 View commit details
    Browse the repository at this point in the history
  4. RoomDelta: track when m.room.avatar changes

    David Robertson committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5c717c0 View commit details
    Browse the repository at this point in the history
  5. Heroes: track avatar URLs

    David Robertson committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    acf76b0 View commit details
    Browse the repository at this point in the history
  6. Invites: extract room avatar_url

    David Robertson committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    9583663 View commit details
    Browse the repository at this point in the history
  7. WIP UserRoomData has a ResolvedAvatarURL

    David Robertson committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3e73fc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Improve tests

    David Robertson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7ace2d9 View commit details
    Browse the repository at this point in the history
  2. Remove redundant test fn

    David Robertson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e9ebe8a View commit details
    Browse the repository at this point in the history
  3. Change avatar serialisation per MSC update

    David Robertson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b2fd2db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2de017e View commit details
    Browse the repository at this point in the history
  5. Same rename for InviteData

    David Robertson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9ecbb48 View commit details
    Browse the repository at this point in the history
  6. Tweak test

    David Robertson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e43beb2 View commit details
    Browse the repository at this point in the history
  7. Checkpoint

    David Robertson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    851b18d View commit details
    Browse the repository at this point in the history
  8. Fix weird hero duplication bug I can't explain

    David Robertson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0da3a29 View commit details
    Browse the repository at this point in the history
  9. Fix not updating heroes' avatars

    David Robertson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b943a60 View commit details
    Browse the repository at this point in the history
  10. WIP on next test case

    David Robertson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5051c20 View commit details
    Browse the repository at this point in the history
  11. It would help if I committed this

    David Robertson committed Jul 14, 2023
    1 Configuration menu
    Copy the full SHA
    c26f29b View commit details
    Browse the repository at this point in the history
  12. And these tests

    David Robertson committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    cc1681f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. SetRoom: omit the current user as a hero

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    df98a71 View commit details
    Browse the repository at this point in the history
  2. Checkpoint

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    bfd8448 View commit details
    Browse the repository at this point in the history
  3. Chceckpoint

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3213b92 View commit details
    Browse the repository at this point in the history
  4. fix rest of that test

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f68d73f View commit details
    Browse the repository at this point in the history
  5. Only use AvatarChange at the output

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    dd3f09e View commit details
    Browse the repository at this point in the history
  6. SlidingSyncUntilMembership: ignore displayname and avatar

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7cf1d23 View commit details
    Browse the repository at this point in the history
  7. Extra test

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    49f9670 View commit details
    Browse the repository at this point in the history
  8. Fixup propagation tests

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9e99476 View commit details
    Browse the repository at this point in the history
  9. new test

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    432397a View commit details
    Browse the repository at this point in the history
  10. TODO note

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    10bc834 View commit details
    Browse the repository at this point in the history
  11. test updates

    David Robertson committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4fb80da View commit details
    Browse the repository at this point in the history