error: Add MSC4406 error code

This commit is contained in:
timedout 2026-01-22 14:55:44 +00:00
commit c48e1737c0
No known key found for this signature in database
GPG key ID: 0FA334385D0B689F

View file

@ -77,6 +77,9 @@ var (
MUnredactedContentDeleted = RespError{ErrCode: "FI.MAU.MSC2815_UNREDACTED_CONTENT_DELETED"}
MUnredactedContentNotReceived = RespError{ErrCode: "FI.MAU.MSC2815_UNREDACTED_CONTENT_NOT_RECEIVED"}
// The sender of the requested event is ignored by the requesting user (MSC4406).
UnstableMSenderIgnored = RespError{ErrCode: "UK.TIMEDOUT.MSC4406.SENDER_IGNORED", StatusCode: http.StatusNotFound}
)
var (