Closed
Description
device_federation_inbox
is used to keep a record of the to-device messages we have received and processed from remote servers, to avoid double-processing.
However, it is never cleared out and can get quite large.
(It does not actually store the content of the messages; that goes into device_inbox
.)