We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2452e46 commit 4c38768Copy full SHA for 4c38768
src/aleph/web/controllers/prices.py
@@ -46,10 +46,6 @@ class HTTPProcessing(HTTPException):
46
web.HTTPGone,
47
"This message has been forgotten",
48
),
49
- MessageStatus.REMOVING: (
50
- web.HTTPGone,
51
- "This message is marked for removing",
52
- ),
53
MessageStatus.REMOVED: (
54
55
"This message has been removed",
0 commit comments