Merge pull request #5365 from matrix-org/t3chguy/countly

Initial Countly work
This commit is contained in:
Michael Telatynski 2020-10-30 13:07:58 +00:00 committed by GitHub
commit 444425b9ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 1412 additions and 72 deletions

View file

@ -358,6 +358,7 @@ export default class MessageComposer extends React.Component {
event_id: createEventId,
room_id: replacementRoomId,
auto_join: true,
_type: "tombstone", // instrumentation
// Try to join via the server that sent the event. This converts @something:example.org
// into a server domain by splitting on colons and ignoring the first entry ("@something").