Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
08e050c3
Unverified
Commit
08e050c3
authored
5 years ago
by
Brendan Abolivier
Browse files
Options
Downloads
Patches
Plain Diff
Rephrase
parent
a0c4769f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/admin_api/purge_history_api.rst
+2
-2
2 additions, 2 deletions
docs/admin_api/purge_history_api.rst
docs/message_retention_policies.md
+3
-3
3 additions, 3 deletions
docs/message_retention_policies.md
with
5 additions
and
5 deletions
docs/admin_api/purge_history_api.rst
+
2
−
2
View file @
08e050c3
...
...
@@ -8,8 +8,8 @@ Depending on the amount of history being purged a call to the API may take
several minutes or longer. During this period users will not be able to
paginate further back in the room from the point being purged from.
Note that
, in order to not break the room, this API won't delete the last
message sent to it
.
Note that
Synapse requires at least one message in each room, so it will never
delete the last message in a room
.
The API is:
...
...
This diff is collapsed.
Click to expand it.
docs/message_retention_policies.md
+
3
−
3
View file @
08e050c3
...
...
@@ -42,9 +42,9 @@ purged according to its room's policy, then the receiving server will
process and store that event until it's picked up by the next purge job,
though it will always hide it from clients.
With the current implementation of this feature, in order not to break
rooms, Synapse will never delete the last message sent to a room, and
will only hide it from
clients.
Synapse requires at least one message in each room, so it will never
delete the last message in a room. It will, however, hide it from
clients.
## Server configuration
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment