You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can't add older messages to the Matrix history, because of the way the history is linked together in a temper-resistant way (with hashes, like the blockchain). So a Matrix server can get more of the Matrix history for a room lazily, but that history has to already exist and be included in the hashes of more recent messages.
Right now the room is created empty, although Gitter supports retrieving old messages and Matrix supports injecting them.
Importing the full history is not a good idea, but a limited number of recent messages would be useful.
The text was updated successfully, but these errors were encountered: