1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 07:16:14 +02:00

お知らせをブロードキャストできるように

This commit is contained in:
syuilo
2017-11-16 14:19:14 +09:00
parent 20a6f0a0a7
commit 0cd69cabc9
5 changed files with 84 additions and 6 deletions

View File

@@ -5,5 +5,9 @@
</style>
<script>
this.root.innerHTML = this.opts.content;
this.on('updated', () => {
this.root.innerHTML = this.opts.content;
});
</script>
</mk-raw>