matrix-js-sdk
dfae72e9 - Merge branch 'matthew/warn-unknown-devices' of git+ssh://github.com/matrix-org/matrix-js-sdk into matthew/warn-unknown-devices

Comment changes are shownComment changes are hidden
Commit
8 years ago
Merge branch 'matthew/warn-unknown-devices' of git+ssh://github.com/matrix-org/matrix-js-sdk into matthew/warn-unknown-devices
Author
  • File
    .eslintrc.js
  • File
    .gitignore
  • File
    package.json
  • spec
    • integ
      • File
        matrix-client-crypto.spec.js
      • File
        matrix-client-event-emitter.spec.js
      • File
        matrix-client-event-timeline.spec.js
      • File
        matrix-client-methods.spec.js
      • File
        matrix-client-opts.spec.js
      • File
        matrix-client-room-timeline.spec.js
      • File
        matrix-client-syncing.spec.js
      • File
        megolm.spec.js
    • File
      mock-request.js
    • unit
      • File
        content-repo.spec.js
      • File
        event-timeline.spec.js
      • File
        matrix-client.spec.js
      • File
        room-state.spec.js
      • File
        room.spec.js
      • File
        scheduler.spec.js
      • File
        timeline-window.spec.js
      • File
        utils.spec.js
  • src
    • File
      base-apis.js
    • File
      client.js
    • crypto
      • File
        OlmDevice.js
      • algorithms
        • File
          base.js
        • File
          megolm.js
        • File
          olm.js
      • File
        index.js
      • File
        olmlib.js
    • File
      filter-component.js
    • File
      filter.js
    • File
      http-api.js
    • File
      interactive-auth.js
    • models
      • File
        event-timeline-set.js
      • File
        event-timeline.js
      • File
        event.js
      • File
        room-member.js
      • File
        room-state.js
      • File
        room.js
    • File
      realtime-callbacks.js
    • File
      scheduler.js
    • store
      • File
        memory.js
      • session
        • File
          webstorage.js
    • File
      sync.js
    • File
      utils.js
    • webrtc
      • File
        call.js