-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
Export TimestampToEventResponse
to use in matrix-react-sdk
tests
#3223
Export TimestampToEventResponse
to use in matrix-react-sdk
tests
#3223
Conversation
src/client.ts
Outdated
@@ -837,7 +837,7 @@ interface IRoomHierarchy { | |||
next_batch?: string; | |||
} | |||
|
|||
interface ITimestampToEventResponse { | |||
export interface ITimestampToEventResponse { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to our new code style interfaces should not start with an I
.
Can you rename it before merging this PR?
As suggested by @weeman1337, #3223 (review) See code style guide, https://github.com/vector-im/element-web/blob/50f8be4a623d2280a72920eb1679a4754961f807/code_style.md#typescript--javascript-typescript-javascript > Interface names should not be marked with an uppercase `I`.
Updated 👍 |
…ponse-to-use-in-tests
ITimestampToEventResponse
to use in matrix-react-sdk
testsTimestampToEventResponse
to use in matrix-react-sdk
tests
Thanks for the review and approval @weeman1337 🐈 Is it possible to squash anymore and adjust the commit message? I've added it to the merge queue 🤷 |
Export
TimestampToEventResponse
to use inmatrix-react-sdk
testsPart of matrix-org/matrix-react-sdk#10405
Checklist
Sign-off given on the changes (see CONTRIBUTING.md)This change is marked as an internal change (Task), so will not be included in the changelog.