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

Make "remove recent messages" more robust #3508

Merged
merged 2 commits into from
Oct 8, 2019

Conversation

bwindels
Copy link
Contributor

@bwindels bwindels commented Oct 2, 2019

Related: element-hq/element-web#10972
Requires: matrix-org/matrix-js-sdk#1048

This just gets all the timelines known, and looks for events from the user in each, as opposed to going back through the links between individual timelines. The linked bug seemed to indicate that those links sometimes might get corrupted, and while this won't fix the timeline issues that result from that, it might make "remove recent messages" a bit more robust.

src/components/views/rooms/MemberInfo.js Outdated Show resolved Hide resolved
src/i18n/strings/en_EN.json Show resolved Hide resolved
@bwindels bwindels force-pushed the bwindels/redact-all-more-robust branch from 5a487f3 to fcd4cb5 Compare October 7, 2019 15:11
@bwindels bwindels requested a review from t3chguy October 7, 2019 15:13
@bwindels
Copy link
Contributor Author

bwindels commented Oct 7, 2019

Branch needs to be rebased to make e2e tests pass? Looks like cider-by-default wasn't applied yet by the last run of the e2e tests.

@bwindels bwindels force-pushed the bwindels/redact-all-more-robust branch from fcd4cb5 to 6bb303c Compare October 8, 2019 06:46
@bwindels bwindels merged commit 15e7559 into develop Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants