Merge pull request #2540 from 4nd3r/patch-1

make it absolutely clear that purge doesn't remove everything
This commit is contained in:
Richard van der Hoff 2017-10-16 10:43:22 +01:00 committed by GitHub
commit e504816977

View File

@ -4,6 +4,8 @@ Purge History API
The purge history API allows server admins to purge historic events from their
database, reclaiming disk space.
**NB!** This will not delete local events (locally sent messages content etc) from the database, but will remove lots of the metadata about them and does dramatically reduce the on disk space usage
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.