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

Don't use MatrixClientPeg for temporary clients #408

Merged
merged 2 commits into from
Aug 12, 2016

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Aug 11, 2016

Get rid of MatrixClientPeg.replaceUsingUrls, and instead create local,
temporary MatrixClients for the unauthed steps; we therefore only use
MatrixClientPeg for logged-in clients.

Get rid of MatrixClientPeg.replaceUsingUrls, and instead create local,
temporary MatrixClients for the unauthed steps; we therefore only use
MatrixClientPeg for logged-in clients.
MatrixClientPeg no longer has a replaceUsingUrls method, so don't try to stub
it out.
@dbkr
Copy link
Member

dbkr commented Aug 12, 2016

Hooray, this is much better :)

@dbkr dbkr merged commit 5f61464 into develop Aug 12, 2016
@richvdh richvdh deleted the rav/refactor_matrix_client branch August 15, 2016 10:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants