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

De-dup code: use the initialiseState function #611

Merged
merged 9 commits into from Feb 20, 2018
Merged

Commits on Feb 16, 2018

  1. De-dup code: use the initialiseState function

    This should behave identically, but the code here appeared to be
    identical to the code in initialiseState, so let's use it (it also
    has an extra sanity check in there that we only init empty timelines).
    dbkr committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    275eb8d View commit details
    Browse the repository at this point in the history
  2. comment

    dbkr committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    8c02e7b View commit details
    Browse the repository at this point in the history
  3. Process state events before timeline events

    Don't ignore them: its valid to send them in a non-limited sync,
    they're state events that preceed the timeline events.
    dbkr committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    b11bacc View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2018

  1. Comments

    dbkr committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    21a3245 View commit details
    Browse the repository at this point in the history
  2. rename variable

    dbkr committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    c77277b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a08194 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

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

    dbkr committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    8aa68b3 View commit details
    Browse the repository at this point in the history
  3. Add XXX comment

    dbkr committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    1ddf7fb View commit details
    Browse the repository at this point in the history