Fix: streaming
This commit is contained in:
parent
3d0382d279
commit
0fb882b3ad
|
@ -43,15 +43,15 @@ function mixtl(acct_id, tlid, type, delc, voice) {
|
||||||
timeline.splice(20);
|
timeline.splice(20);
|
||||||
}
|
}
|
||||||
var templete = "";
|
var templete = "";
|
||||||
|
if (localStorage.getItem("filter_" + acct_id) != "undefined") {
|
||||||
|
var mute = getFilterType(JSON.parse(localStorage.getItem("filter_" + acct_id)), "mix");
|
||||||
|
} else {
|
||||||
|
var mute = [];
|
||||||
|
}
|
||||||
Object.keys(timeline).forEach(function (key) {
|
Object.keys(timeline).forEach(function (key) {
|
||||||
var pkey = key * 1 + 1;
|
var pkey = key * 1 + 1;
|
||||||
if (pkey < timeline.length) {
|
if (pkey < timeline.length) {
|
||||||
if (date(timeline[key].created_at, "unix") != date(timeline[pkey].created_at, "unix")) {
|
if (date(timeline[key].created_at, "unix") != date(timeline[pkey].created_at, "unix")) {
|
||||||
if (localStorage.getItem("filter_" + acct_id) != "undefined") {
|
|
||||||
var mute = getFilterType(JSON.parse(localStorage.getItem("filter_" + acct_id)), "mix");
|
|
||||||
} else {
|
|
||||||
var mute = [];
|
|
||||||
}
|
|
||||||
if (type == "integrated") {
|
if (type == "integrated") {
|
||||||
templete = templete + parse([timeline[key]], '', acct_id, tlid, "", mute, "mix");
|
templete = templete + parse([timeline[key]], '', acct_id, tlid, "", mute, "mix");
|
||||||
} else if (type == "plus") {
|
} else if (type == "plus") {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "thedesk",
|
"name": "thedesk",
|
||||||
"version": "18.6.3",
|
"version": "18.6.4",
|
||||||
"description": "TheDesk is a Mastodon client for PC.",
|
"description": "TheDesk is a Mastodon client for PC.",
|
||||||
"repository": "https://github.com/cutls/TheDesk",
|
"repository": "https://github.com/cutls/TheDesk",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<script type="text/javascript" src="../../js/ui/jquery-ui.min.js"></script>
|
<script type="text/javascript" src="../../js/ui/jquery-ui.min.js"></script>
|
||||||
<script type="text/javascript" src="../../node_modules/sweetalert2/dist/sweetalert2.all.min.js"></script>
|
<script type="text/javascript" src="../../node_modules/sweetalert2/dist/sweetalert2.all.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var ver = "Usamin (18.6.3)";
|
var ver = "Usamin (18.6.4)";
|
||||||
//betaを入れるとバージョンチェックしない
|
//betaを入れるとバージョンチェックしない
|
||||||
//GitHubに上げるときはindex.htmlをちゃんとする。(index.start.html)
|
//GitHubに上げるときはindex.htmlをちゃんとする。(index.start.html)
|
||||||
//var ver="beta";
|
//var ver="beta";
|
||||||
|
@ -677,11 +677,13 @@
|
||||||
<a href="https://thedesk.top" target="_blank">HP</a><br>
|
<a href="https://thedesk.top" target="_blank">HP</a><br>
|
||||||
<a href="https://github.com/cutls/TheDesk" target="_blank">GitHub</a><br>
|
<a href="https://github.com/cutls/TheDesk" target="_blank">GitHub</a><br>
|
||||||
<br>
|
<br>
|
||||||
<div id="release-Usamin_18-6-3" class="release-do" style="display:none; ">
|
<div id="release-Usamin_18-6-4" class="release-do" style="display:none; ">
|
||||||
<a href="https://code.cutls.com/thedesk-log/" target="_blank">開発の経緯</a><br>
|
<a href="https://code.cutls.com/thedesk-log/" target="_blank">開発の経緯</a><br>
|
||||||
<a href="https://ja.mstdn.wiki/TheDesk" target="_blank">機能一覧</a><br>
|
<a href="https://ja.mstdn.wiki/TheDesk" target="_blank">機能一覧</a><br>
|
||||||
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。<br>
|
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。<br>
|
||||||
困ったときは、<a href="https://docs.thedesk.top">TheDesk Docs</a>をご覧ください。
|
困ったときは、<a href="https://docs.thedesk.top">TheDesk Docs</a>をご覧ください。
|
||||||
|
<h5>Release Note Usamin (18.6.4)</h5>
|
||||||
|
・Integrated TLの不具合修正<br>
|
||||||
<h5>Release Note Usamin (18.6.3)</h5>
|
<h5>Release Note Usamin (18.6.3)</h5>
|
||||||
・タイムラインが表示できないバグを修正<br>
|
・タイムラインが表示できないバグを修正<br>
|
||||||
<h5>Release Note Usamin (18.6.2)</h5>
|
<h5>Release Note Usamin (18.6.2)</h5>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<script type="text/javascript" src="../../js/ui/jquery-ui.min.js"></script>
|
<script type="text/javascript" src="../../js/ui/jquery-ui.min.js"></script>
|
||||||
<script type="text/javascript" src="../../node_modules/sweetalert2/dist/sweetalert2.all.min.js"></script>
|
<script type="text/javascript" src="../../node_modules/sweetalert2/dist/sweetalert2.all.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var ver = "Usamin (18.6.3)";
|
var ver = "Usamin (18.6.4)";
|
||||||
//betaを入れるとバージョンチェックしない
|
//betaを入れるとバージョンチェックしない
|
||||||
//GitHubに上げるときはindex.htmlをちゃんとする。(index.start.html)
|
//GitHubに上げるときはindex.htmlをちゃんとする。(index.start.html)
|
||||||
//var ver="beta";
|
//var ver="beta";
|
||||||
|
@ -677,11 +677,13 @@
|
||||||
<a href="https://thedesk.top" target="_blank">HP</a><br>
|
<a href="https://thedesk.top" target="_blank">HP</a><br>
|
||||||
<a href="https://github.com/cutls/TheDesk" target="_blank">GitHub</a><br>
|
<a href="https://github.com/cutls/TheDesk" target="_blank">GitHub</a><br>
|
||||||
<br>
|
<br>
|
||||||
<div id="release-Usamin_18-6-3" class="release-do" style="display:none; ">
|
<div id="release-Usamin_18-6-4" class="release-do" style="display:none; ">
|
||||||
<a href="https://code.cutls.com/thedesk-log/" target="_blank">開発の経緯</a><br>
|
<a href="https://code.cutls.com/thedesk-log/" target="_blank">開発の経緯</a><br>
|
||||||
<a href="https://ja.mstdn.wiki/TheDesk" target="_blank">機能一覧</a><br>
|
<a href="https://ja.mstdn.wiki/TheDesk" target="_blank">機能一覧</a><br>
|
||||||
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。<br>
|
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。<br>
|
||||||
困ったときは、<a href="https://docs.thedesk.top">TheDesk Docs</a>をご覧ください。
|
困ったときは、<a href="https://docs.thedesk.top">TheDesk Docs</a>をご覧ください。
|
||||||
|
<h5>Release Note Usamin (18.6.4)</h5>
|
||||||
|
・Integrated TLの不具合修正<br>
|
||||||
<h5>Release Note Usamin (18.6.3)</h5>
|
<h5>Release Note Usamin (18.6.3)</h5>
|
||||||
・タイムラインが表示できないバグを修正<br>
|
・タイムラインが表示できないバグを修正<br>
|
||||||
<h5>Release Note Usamin (18.6.2)</h5>
|
<h5>Release Note Usamin (18.6.2)</h5>
|
||||||
|
|
|
@ -677,11 +677,13 @@
|
||||||
<a href="https://thedesk.top" target="_blank">HP</a><br>
|
<a href="https://thedesk.top" target="_blank">HP</a><br>
|
||||||
<a href="https://github.com/cutls/TheDesk" target="_blank">GitHub</a><br>
|
<a href="https://github.com/cutls/TheDesk" target="_blank">GitHub</a><br>
|
||||||
<br>
|
<br>
|
||||||
<div id="release-Usamin_18-6-3" class="release-do" style="display:none; ">
|
<div id="release-Usamin_18-6-4" class="release-do" style="display:none; ">
|
||||||
<a href="https://code.cutls.com/thedesk-log/" target="_blank">開発の経緯</a><br>
|
<a href="https://code.cutls.com/thedesk-log/" target="_blank">開発の経緯</a><br>
|
||||||
<a href="https://ja.mstdn.wiki/TheDesk" target="_blank">機能一覧</a><br>
|
<a href="https://ja.mstdn.wiki/TheDesk" target="_blank">機能一覧</a><br>
|
||||||
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。<br>
|
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。<br>
|
||||||
困ったときは、<a href="https://docs.thedesk.top">TheDesk Docs</a>をご覧ください。
|
困ったときは、<a href="https://docs.thedesk.top">TheDesk Docs</a>をご覧ください。
|
||||||
|
<h5>Release Note Usamin (18.6.4)</h5>
|
||||||
|
・Integrated TLの不具合修正<br>
|
||||||
<h5>Release Note Usamin (18.6.3)</h5>
|
<h5>Release Note Usamin (18.6.3)</h5>
|
||||||
・タイムラインが表示できないバグを修正<br>
|
・タイムラインが表示できないバグを修正<br>
|
||||||
<h5>Release Note Usamin (18.6.2)</h5>
|
<h5>Release Note Usamin (18.6.2)</h5>
|
||||||
|
|
|
@ -2,7 +2,7 @@ const fs = require("fs")
|
||||||
const readlineSync = require('readline-sync');
|
const readlineSync = require('readline-sync');
|
||||||
let ver = readlineSync.question('version string (empty: default string)? ');
|
let ver = readlineSync.question('version string (empty: default string)? ');
|
||||||
if (!ver) {
|
if (!ver) {
|
||||||
ver = "Usamin (18.6.3)"
|
ver = "Usamin (18.6.4)"
|
||||||
}
|
}
|
||||||
console.log("Constructing view files " + ver + ": make sure to update package.json")
|
console.log("Constructing view files " + ver + ": make sure to update package.json")
|
||||||
const langs = ["ja", "en", "ps"]
|
const langs = ["ja", "en", "ps"]
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<script type="text/javascript" src="../../js/ui/jquery-ui.min.js"></script>
|
<script type="text/javascript" src="../../js/ui/jquery-ui.min.js"></script>
|
||||||
<script type="text/javascript" src="../../node_modules/sweetalert2/dist/sweetalert2.all.min.js"></script>
|
<script type="text/javascript" src="../../node_modules/sweetalert2/dist/sweetalert2.all.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var ver = "Usamin (18.6.3)";
|
var ver = "Usamin (18.6.4)";
|
||||||
//betaを入れるとバージョンチェックしない
|
//betaを入れるとバージョンチェックしない
|
||||||
//GitHubに上げるときはindex.htmlをちゃんとする。(index.start.html)
|
//GitHubに上げるときはindex.htmlをちゃんとする。(index.start.html)
|
||||||
//var ver="beta";
|
//var ver="beta";
|
||||||
|
@ -677,11 +677,13 @@
|
||||||
<a href="https://thedesk.top" target="_blank">HP</a><br>
|
<a href="https://thedesk.top" target="_blank">HP</a><br>
|
||||||
<a href="https://github.com/cutls/TheDesk" target="_blank">GitHub</a><br>
|
<a href="https://github.com/cutls/TheDesk" target="_blank">GitHub</a><br>
|
||||||
<br>
|
<br>
|
||||||
<div id="release-Usamin_18-6-3" class="release-do" style="display:none; ">
|
<div id="release-Usamin_18-6-4" class="release-do" style="display:none; ">
|
||||||
<a href="https://code.cutls.com/thedesk-log/" target="_blank">開発の経緯</a><br>
|
<a href="https://code.cutls.com/thedesk-log/" target="_blank">開発の経緯</a><br>
|
||||||
<a href="https://ja.mstdn.wiki/TheDesk" target="_blank">機能一覧</a><br>
|
<a href="https://ja.mstdn.wiki/TheDesk" target="_blank">機能一覧</a><br>
|
||||||
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。<br>
|
Pixiv Fanboxでは支援者様限定で様々なTheDeskに関する記事をご覧いただけます。最低月一更新。<br>
|
||||||
困ったときは、<a href="https://docs.thedesk.top">TheDesk Docs</a>をご覧ください。
|
困ったときは、<a href="https://docs.thedesk.top">TheDesk Docs</a>をご覧ください。
|
||||||
|
<h5>Release Note Usamin (18.6.4)</h5>
|
||||||
|
・Integrated TLの不具合修正<br>
|
||||||
<h5>Release Note Usamin (18.6.3)</h5>
|
<h5>Release Note Usamin (18.6.3)</h5>
|
||||||
・タイムラインが表示できないバグを修正<br>
|
・タイムラインが表示できないバグを修正<br>
|
||||||
<h5>Release Note Usamin (18.6.2)</h5>
|
<h5>Release Note Usamin (18.6.2)</h5>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user