]> git.mxchange.org Git - friendica.git/commitdiff
Relay data added to the search text as well
authorMichael <heluecht@pirati.ca>
Mon, 29 Jan 2024 11:00:39 +0000 (11:00 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 29 Jan 2024 11:00:39 +0000 (11:00 +0000)
doc/Channels.md

index 02df7023e84accd0e10410553d9cb5478b82b9a5..0af469a3a1a60349376ce6d7a24700cf59250e7f 100644 (file)
@@ -60,7 +60,8 @@ Additionally to the search for content, there are additional keywords that can b
 
 * from - Use "from:nickname" or "from:nickname@domain.tld" to search for posts from a specific author.
 * to - Use "from:nickname" or "from:nickname@domain.tld" to search for posts with the given contact as receiver.
-* group - Use "from:nickname" or "from:nickname@domain.tld" to search for group post of the given group.
+* group - Use "group:nickname" or "group:nickname@domain.tld" to search for group post of the given group.
+* application - Use "application:nickname" or "application:nickname@domain.tld" to search for posts that had been reshared by the given relay application.
 * server - Use "server:hostname" to search for posts from a specific server. In the case of group postings, the search text contains both the hostname of the group server and the author's hostname.
 * source - The ActivityPub type of the post source. Use this for example to include or exclude group posts or posts from services (aka bots).
     * source:person - The post is created by a regular user account.