Note about riot messages in group chats
This commit is contained in:
parent
3bb6785574
commit
e8904fec28
|
@ -55,4 +55,4 @@ Destination: 10 0 8448 [yourmatrixsubdomain]
|
|||
You may also want to make another entry with the same settings but replacing *tcp* with *udp*.
|
||||
|
||||
* Mobile app
|
||||
If you're using the Riot mobile app to access your Matrix homeserver then you can significantly improve battery performance by going to the settings and changing *Sync request timeout* to 30 seconds and *Delay between two sync requests* to 600 seconds.
|
||||
If you're using the Riot mobile app to access your Matrix homeserver then you can significantly improve battery performance by going to the *settings* and changing *Sync request timeout* to 30 seconds and *Delay between two sync requests* to 600 seconds. Also turning off *msgs in group chats* will help, since it will avoid getting a notification whenever a group chat event happens, which then wakes up the screen.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2017-11-19 Sun 23:19 -->
|
||||
<!-- 2018-01-26 Fri 16:34 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>‎</title>
|
||||
|
@ -264,9 +264,9 @@ Matrix is a federated communications system, typically for multi-user chat, with
|
|||
Another consideration is that since matrix operates on the usual HTTPS port number (443) this may make it difficult for ISPs or governments to censor this type of communications via port blocking without significant blowback.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-orgd6cc689" class="outline-2">
|
||||
<h2 id="orgd6cc689">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orgd6cc689">
|
||||
<div id="outline-container-org32d6f79" class="outline-2">
|
||||
<h2 id="org32d6f79">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org32d6f79">
|
||||
<p>
|
||||
Log into your system with:
|
||||
</p>
|
||||
|
@ -286,9 +286,9 @@ Select <b>Add/Remove Apps</b> then <b>matrix</b>. You will then be asked for a d
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org3292734" class="outline-2">
|
||||
<h2 id="org3292734">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-org3292734">
|
||||
<div id="outline-container-orgd879b05" class="outline-2">
|
||||
<h2 id="orgd879b05">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-orgd879b05">
|
||||
<p>
|
||||
Go to the <b>Administrator control panel</b> and select <b>Passwords</b> then <b>matrix</b>. This will give you the password to initially log in to the system and you can change it later from a client app if needed.
|
||||
</p>
|
||||
|
@ -303,9 +303,9 @@ Other client apps are available but are currently mostly only at the alpha stage
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org82239c4" class="outline-2">
|
||||
<h2 id="org82239c4">DNS setup</h2>
|
||||
<div class="outline-text-2" id="text-org82239c4">
|
||||
<div id="outline-container-org5dc94fc" class="outline-2">
|
||||
<h2 id="org5dc94fc">DNS setup</h2>
|
||||
<div class="outline-text-2" id="text-org5dc94fc">
|
||||
<p>
|
||||
It's recommended that you add an SRV record for Matrix to your DNS setup. How you do this will depend upon your dynamic DNS provider and their web interface. On FreeDNS on the subdomains settings in addition to the subdomain which you are using for the matrix server create an extra entry as follows:
|
||||
</p>
|
||||
|
@ -324,11 +324,11 @@ You may also want to make another entry with the same settings but replacing <b>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org9568212" class="outline-2">
|
||||
<h2 id="org9568212">Mobile app</h2>
|
||||
<div class="outline-text-2" id="text-org9568212">
|
||||
<div id="outline-container-org3819fd5" class="outline-2">
|
||||
<h2 id="org3819fd5">Mobile app</h2>
|
||||
<div class="outline-text-2" id="text-org3819fd5">
|
||||
<p>
|
||||
If you're using the Riot mobile app to access your Matrix homeserver then you can significantly improve battery performance by going to the settings and changing <b>Sync request timeout</b> to 30 seconds and <b>Delay between two sync requests</b> to 600 seconds.
|
||||
If you're using the Riot mobile app to access your Matrix homeserver then you can significantly improve battery performance by going to the <b>settings</b> and changing <b>Sync request timeout</b> to 30 seconds and <b>Delay between two sync requests</b> to 600 seconds. Also turning off <b>msgs in group chats</b> will help, since it will avoid getting a notification whenever a group chat event happens, which then wakes up the screen.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue