Merge remote-tracking branch 'upstream/develop' into compact-reply-rendering
This commit is contained in:
commit
8c8b46b984
463 changed files with 12523 additions and 2400 deletions
|
@ -31,10 +31,12 @@ import {Action} from "../../../dispatcher/actions";
|
|||
import sanitizeHtml from "sanitize-html";
|
||||
import {UIFeature} from "../../../settings/UIFeature";
|
||||
import {PERMITTED_URL_SCHEMES} from "../../../HtmlUtils";
|
||||
import {replaceableComponent} from "../../../utils/replaceableComponent";
|
||||
|
||||
// This component does no cycle detection, simply because the only way to make such a cycle would be to
|
||||
// craft event_id's, using a homeserver that generates predictable event IDs; even then the impact would
|
||||
// be low as each event being loaded (after the first) is triggered by an explicit user action.
|
||||
@replaceableComponent("views.elements.ReplyThread")
|
||||
export default class ReplyThread extends React.Component {
|
||||
static propTypes = {
|
||||
// the latest event in this chain of replies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue