mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
77575fd341
commit
ce4f523ab8
3 changed files with 43 additions and 6 deletions
|
@ -1300,6 +1300,19 @@ a.tm-menu-link:focus {
|
||||||
background: var(--field-bg-color);
|
background: var(--field-bg-color);
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.tm-field-hint {
|
||||||
|
margin: 8px 14px;
|
||||||
|
}
|
||||||
|
.tm-field .form-control-link {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.tm-field .form-control-link:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.tm-field .form-control-link.urgent {
|
||||||
|
color: var(--unavail-color);
|
||||||
|
}
|
||||||
|
|
||||||
.tm-search-field:before {
|
.tm-search-field:before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: 4px 9px;
|
margin: 4px 9px;
|
||||||
|
@ -2577,10 +2590,6 @@ a.tm-table-action-link:hover {
|
||||||
filter: blur(7px);
|
filter: blur(7px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tm-field-hint {
|
|
||||||
margin: 8px 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tm-number-form-group {
|
.tm-number-form-group {
|
||||||
margin: 36px 0 0;
|
margin: 36px 0 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1463,13 +1463,14 @@ var Random = {
|
||||||
var LoginCodes = {
|
var LoginCodes = {
|
||||||
init: function() {
|
init: function() {
|
||||||
Aj.onLoad(function(state) {
|
Aj.onLoad(function(state) {
|
||||||
$('.js-toggle-receive').on('change', LoginCodes.eToggleReceive);
|
var cont = Aj.ajContainer;
|
||||||
|
$(cont).on('change.curPage', '.js-toggle-receive', LoginCodes.eToggleReceive);
|
||||||
|
$(cont).on('click.curPage', '.js-terminate-sessions-btn', LoginCodes.eTerminateSessions);
|
||||||
state.needUpdate = true;
|
state.needUpdate = true;
|
||||||
state.updLastReq = +Date.now();
|
state.updLastReq = +Date.now();
|
||||||
state.updStateTo = setTimeout(LoginCodes.updateState, Main.UPDATE_PERIOD);
|
state.updStateTo = setTimeout(LoginCodes.updateState, Main.UPDATE_PERIOD);
|
||||||
});
|
});
|
||||||
Aj.onUnload(function(state) {
|
Aj.onUnload(function(state) {
|
||||||
$('.js-toggle-receive').off('change', LoginCodes.eToggleReceive);
|
|
||||||
clearTimeout(state.updStateTo);
|
clearTimeout(state.updStateTo);
|
||||||
state.needUpdate = false;
|
state.needUpdate = false;
|
||||||
});
|
});
|
||||||
|
@ -1508,6 +1509,29 @@ var LoginCodes = {
|
||||||
number: Aj.state.number,
|
number: Aj.state.number,
|
||||||
can_receive: can_receive ? 1 : 0
|
can_receive: can_receive ? 1 : 0
|
||||||
});
|
});
|
||||||
|
},
|
||||||
|
eTerminateSessions: function(e) {
|
||||||
|
e.preventDefault();
|
||||||
|
LoginCodes.terminateSessions();
|
||||||
|
},
|
||||||
|
terminateSessions: function(terminate_hash) {
|
||||||
|
Aj.apiRequest('terminatePhoneSessions', {
|
||||||
|
number: Aj.state.number,
|
||||||
|
terminate_hash: terminate_hash
|
||||||
|
}, function(result) {
|
||||||
|
if (result.error) {
|
||||||
|
return showAlert(result.error);
|
||||||
|
} else if (result.terminate_hash) {
|
||||||
|
showConfirm(result.confirm_message, function() {
|
||||||
|
LoginCodes.terminateSessions(result.terminate_hash);
|
||||||
|
}, result.confirm_button);
|
||||||
|
} else {
|
||||||
|
$('.js-terminate-sessions-wrap').hide();
|
||||||
|
if (result.msg) {
|
||||||
|
showAlert(result.msg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -252,6 +252,10 @@ Check out our Advanced FAQ for more technical information.…">
|
||||||
<li>by contacting the <a href="https://t.me/EURegulation">@EURegulation</a> bot on Telegram and using the command <code>/tco_ask</code>.</li>
|
<li>by contacting the <a href="https://t.me/EURegulation">@EURegulation</a> bot on Telegram and using the command <code>/tco_ask</code>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p></p>
|
<p></p>
|
||||||
|
<h4><a class="anchor" name="q-is-telegram-a-very-large-online-platform-according-to-the-eu-d" href="#q-is-telegram-a-very-large-online-platform-according-to-the-eu-d"><i class="anchor-icon"></i></a>Q: Is Telegram a “very large online platform” according to the EU Digital Services Act?</h4>
|
||||||
|
<p>No. As of February 2024, Telegram had an estimated average of 41 million EU users over the preceding 6 months. This is lower than the threshold of 45 million users required for designation as a “very large online platform.” </p>
|
||||||
|
<p>The number of active users relevant for calculating this threshold is believed to be even lower, since only some of Telegram’s functions may qualify as “online platforms” under the Digital Services Act.</p>
|
||||||
|
<p></p>
|
||||||
<h4><a class="anchor" name="q-a-bot-or-channel-is-infringing-on-my-copyright-what-do-i-do" href="#q-a-bot-or-channel-is-infringing-on-my-copyright-what-do-i-do"><i class="anchor-icon"></i></a>Q: A bot or channel is infringing on my copyright. What do I do?</h4>
|
<h4><a class="anchor" name="q-a-bot-or-channel-is-infringing-on-my-copyright-what-do-i-do" href="#q-a-bot-or-channel-is-infringing-on-my-copyright-what-do-i-do"><i class="anchor-icon"></i></a>Q: A bot or channel is infringing on my copyright. What do I do?</h4>
|
||||||
<p>All Telegram chats and group chats are private amongst their participants. We do not process any requests related to them. But <strong>sticker sets</strong>, <strong>channels</strong>, and <strong>bots</strong> on Telegram are <em>publicly available</em>.</p>
|
<p>All Telegram chats and group chats are private amongst their participants. We do not process any requests related to them. But <strong>sticker sets</strong>, <strong>channels</strong>, and <strong>bots</strong> on Telegram are <em>publicly available</em>.</p>
|
||||||
<p>If you see a bot, channel, or sticker set that is infringing on your copyright, kindly submit a complaint to <a href="mailto:dmca@telegram.org">dmca@telegram.org</a>. Please note that such requests should only be submitted by the copyright owner or an agent authorized to act on the owner’s behalf.</p>
|
<p>If you see a bot, channel, or sticker set that is infringing on your copyright, kindly submit a complaint to <a href="mailto:dmca@telegram.org">dmca@telegram.org</a>. Please note that such requests should only be submitted by the copyright owner or an agent authorized to act on the owner’s behalf.</p>
|
||||||
|
|
Loading…
Reference in a new issue