-
Notifications
You must be signed in to change notification settings - Fork 395
Document how to hide images in Element #2971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,6 +57,77 @@ Click on "Join the discussion": you can now participate in the room! | |
|
|
||
|  | ||
|
|
||
| ## Hiding images by default | ||
|
|
||
| In public rooms, sometimes people post inappropriate content, including images | ||
| you don't want to see. Hopefully a room's moderators will tidy things up quite | ||
| quickly, but many people prefer to make images in public rooms hidden, allowing | ||
| them to show individual images when they are ready. | ||
|
|
||
| ### In Fractal | ||
|
|
||
| In Fractal, images in public rooms are hidden by default. You can check and | ||
| adjust this in Account Settings. | ||
|
|
||
|  | ||
|
||
|
|
||
| Choose Safety, and find "Media Previews". Make sure "Show only in private rooms" | ||
| is selected. | ||
|
|
||
|  | ||
|
|
||
| Now images will be hidden by default. You can make them visible by clicking on | ||
| "Click to show preview". | ||
|
|
||
|  | ||
|
|
||
| You can re-hide them by choosing the "eye" icon in the corner of the image. | ||
|
|
||
|  | ||
|
|
||
| ### In Element X | ||
|
|
||
| In Element X, you can hide images in public rooms in Settings, by tapping on | ||
| your avatar. | ||
|
|
||
|  | ||
|
|
||
| Choose Advanced Settings. | ||
|
|
||
|  | ||
|
|
||
| Under "Show media in timeline" choose "In private rooms" | ||
|
|
||
|  | ||
|
|
||
| Now images will be hidden by default. You can make them visible by clicking on | ||
| "Show". | ||
|
|
||
|  | ||
|
|
||
| To hide an image after it has been shown, go back to the room list and re-enter | ||
| the room. | ||
|
|
||
| ### In Element Web | ||
|
|
||
| In Element Web, you can hide images in public rooms in Settings. | ||
|
|
||
|  | ||
|
|
||
| Choose Preferences, and scroll down to Moderation and safety. Click "In private | ||
| rooms" under "Show media in timeline". | ||
|
|
||
|  | ||
|
|
||
| Now images will be hidden by default. You can make them visible by clicking on | ||
| "Show image". | ||
|
|
||
|  | ||
|
|
||
| You can re-hide them by choosing the "eye" icon when you hover over the image. | ||
|
|
||
|  | ||
|
|
||
| ## Browsing the public directory | ||
|
|
||
| Joining a specific room is handy when you know exactly what you want to discuss | ||
|
|
||
MTRNord marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe it would be worthwhile to add some anchor links here to jump to the client that interests me?