mirror of https://gitlab.com/bashrc2/epicyon
Not enough backticks
parent
0c218cb2d4
commit
8a6f30f507
Binary file not shown.
|
@ -911,17 +911,20 @@ blocked account handles or domains:</p>
|
||||||
'created_at': None,
|
'created_at': None,
|
||||||
'updated_at': None
|
'updated_at': None
|
||||||
}
|
}
|
||||||
]
|
]</code></pre>
|
||||||
``
|
<p><strong>Caution:</strong> When subscribing to a federated blocklist
|
||||||
|
you need to have a high degree of trust in the people maintaining it. If
|
||||||
**Caution:** When subscribing to a federated blocklist you need to have a high degree of trust in the people maintaining it. If they turn out to be untrustworthy or malevolent then they can potentially render your instance useless by blocking all your followed domains.
|
they turn out to be untrustworthy or malevolent then they can
|
||||||
|
potentially render your instance useless by blocking all your followed
|
||||||
### Replacing words
|
domains.</p>
|
||||||
Sometimes you may want to replace words within received posts. This can be for added clarity, to dissipate annoyance or just for fun.
|
<h3 id="replacing-words">Replacing words</h3>
|
||||||
|
<p>Sometimes you may want to replace words within received posts. This
|
||||||
From the main timeline select the top banner to go to your profile, then select the **edit** icon. Open the **Filtering and blocking** section and then you can specify replacements as follows:
|
can be for added clarity, to dissipate annoyance or just for fun.</p>
|
||||||
```text
|
<p>From the main timeline select the top banner to go to your profile,
|
||||||
OldWord -> NewWord
|
then select the <strong>edit</strong> icon. Open the <strong>Filtering
|
||||||
|
and blocking</strong> section and then you can specify replacements as
|
||||||
|
follows:</p>
|
||||||
|
<pre class="text"><code>OldWord -> NewWord
|
||||||
original phrase -> new phrase</code></pre>
|
original phrase -> new phrase</code></pre>
|
||||||
<p>These replacements are subjective, such that if you
|
<p>These replacements are subjective, such that if you
|
||||||
boost/repeat/announce a post then the original wording will be retained
|
boost/repeat/announce a post then the original wording will be retained
|
||||||
|
|
|
@ -677,7 +677,7 @@ Or they can be a list of dictionaries:
|
||||||
'updated_at': None
|
'updated_at': None
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
``
|
```
|
||||||
|
|
||||||
**Caution:** When subscribing to a federated blocklist you need to have a high degree of trust in the people maintaining it. If they turn out to be untrustworthy or malevolent then they can potentially render your instance useless by blocking all your followed domains.
|
**Caution:** When subscribing to a federated blocklist you need to have a high degree of trust in the people maintaining it. If they turn out to be untrustworthy or malevolent then they can potentially render your instance useless by blocking all your followed domains.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue