mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2025-04-18 19:43:59 +00:00
11 lines
561 B
Python
11 lines
561 B
Python
def hint_scope():
|
|
print(
|
|
'''Limit the results to a given user or pod:
|
|
Use all (or do not specify the property to disable scope filtering)
|
|
Use me to retrieve content relative to the current user
|
|
Use subscribed to retrieve content in libraries you follow
|
|
Use actor:alice@example.com to retrieve content relative to the account `alice@example.com
|
|
Use domain:example.com to retrieve content relative to the domain `example.com
|
|
You can specify multiple coma separated scopes, e.g me,subscribed to retrieve content matching either scopes
|
|
''')
|