Remove debug message
This commit is contained in:
parent
55e94cee3a
commit
6454931848
1 changed files with 0 additions and 1 deletions
|
|
@ -1545,7 +1545,6 @@ export default {
|
|||
},
|
||||
|
||||
download(event) {
|
||||
console.error("DOWNLOAD!!!");
|
||||
if ((event.isThreadRoot || event.isMxThread) && this.timelineSet) {
|
||||
const children = this.timelineSet.relations.getAllChildEventsForEvent(event.getId()).filter(e => util.downloadableTypes().includes(e.getContent().msgtype));
|
||||
children.forEach(child => util.download(this.$matrix.matrixClient, child));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue