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

Fix getLatestTimeline not working when the latest event in the room is a threaded message #2521

Commits on Jul 13, 2022

  1. Fix getLatestTimeline not working when the latest even in the room wa…

    …s a threaded message
    
    See matrix-org/matrix-react-sdk#8354 (comment)
    
    Also have to keep in mind that we don't want to mix messages in the wrong timelines (main vs threaded timeline)
    
     - #2444
     - #2454
    MadLittleMods committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    5f4d10d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8dc590 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9882eb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdeb9e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78f8019 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50b5bb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3457e1 View commit details
    Browse the repository at this point in the history
  8. Fix lint

    MadLittleMods committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    cdef5cb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

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

Commits on Aug 29, 2022

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

Commits on Oct 14, 2022

  1. Merge branch 'develop' into madlittlemods/refresh-timeline-when-we-see-

    …msc2716-marker-events-v2
    
    Conflicts:
    	spec/integ/matrix-client-event-timeline.spec.ts
    	src/client.ts
    MadLittleMods committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b97de19 View commit details
    Browse the repository at this point in the history
  2. Fix some lints

    MadLittleMods committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f82ea0c View commit details
    Browse the repository at this point in the history