]> git.mxchange.org Git - friendica.git/commitdiff
Update htconfig.md
authorben-utzer <r@schmitz.pro>
Sun, 4 Sep 2016 22:22:39 +0000 (00:22 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Sep 2016 22:22:39 +0000 (00:22 +0200)
typo, siehe auch https://github.com/friendica/friendica/pull/2754

doc/htconfig.md

index f7266604f646d48bf51b907c7e033830f8f0f33c..fa26236673612ed2bdb85769ad39393c6a239b0b 100644 (file)
@@ -57,7 +57,7 @@ line to your .htconfig.php:
 * qsearch_limit - Default value is 100.
 * relay_server - Experimental Diaspora feature. Address of the relay server where public posts should be send to. For example https://podrelay.net
 * relay_subscribe (Boolean) - Enables the receiving of public posts from the relay. They will be included in the search and on the community page when it is set up to show all public items.
-* relay_scope - Can be "all" or "tags". "all" means that every public post should be received. "tags" means that only posts witt selected tags should be received.
+* relay_scope - Can be "all" or "tags". "all" means that every public post should be received. "tags" means that only posts with selected tags should be received.
 * relay_server_tags - Comma separated list of tags for the "tags" subscription (see "relay_scrope")
 * relay_user_tags (Boolean) - If enabled, the tags from the saved searches will used for the "tags" subscription in addition to the "relay_server_tags".
 * remove_multiplicated_lines (Boolean) - If enabled, multiple linefeeds in items are stripped to a single one.