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

[MM-13663][MM-11504] Adds bi-directional scrolling and use unread API on channel load #2274

Closed
wants to merge 2 commits into from

Commits on Jan 15, 2019

  1. MM-13663 Use unread API and add bi-directional scrolling

      * Refactor post_list to have a wrapper for calling
        respective posts
      * Use unread API for loading posts on load.
      * Use since or before_id based on the channel status
        of posts.
      * Clear postInChannel when entering from a view which is not at
        latest post
      * Take a backup before clearing posts as we might need it incase of
        network issues.
      * Always use oldest postId or newest postId for loading posts.
      * Fix async render of channelView by using a flag on channelView.
      * Change dependency of post_list to have channeId instead of channel.
      * Add channel selector for channel_intro_message component.
      * Add constants for AFTER_ID and BEFORE_ID.
    sudheerDev committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    5119abb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Add test cases

    sudheerDev committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    f83e243 View commit details
    Browse the repository at this point in the history