mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update room.core.vue
This commit is contained in:
parent
2c5ce5bfae
commit
bcc965a19c
1 changed files with 1 additions and 0 deletions
|
|
@ -440,6 +440,7 @@ function expor() {
|
|||
const dataStr = 'data:text/json;charset=utf-8,' + encodeURIComponent(JSON.stringify({
|
||||
attachments,
|
||||
def: controller.roomState.value,
|
||||
v: roomSpecVersion,
|
||||
}));
|
||||
const dlAnchorElem = window.document.createElement('a');
|
||||
dlAnchorElem.setAttribute('href', dataStr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue