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

move everything not explicitly riot (or status) branded into matrix-react-sdk #6500

Merged
merged 22 commits into from
Apr 18, 2018
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/components/structures/VectorHomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ import sanitizeHtml from 'sanitize-html';
import sdk from 'matrix-react-sdk/lib';

module.exports = React.createClass({
displayName: 'HomePage',
displayName: 'VectorHomePage',
statics: {
replaces: 'HomePage',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it needs a comment.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i forgot about this. I need to turn HomePage into a ES6 class and then have VectorHomePage inherit from it (whilst also replaceing it)

},

propTypes: {
// URL base of the team server. Optional.
Expand Down