ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.26k stars 180 forks source link

`REDACT_FORBIDDEN` human-readable string is inaccurate #2101

Closed slingamn closed 9 months ago

slingamn commented 10 months ago

<@jwheare> slingamn: when i try to redact my own message in a channel i get FAIL REDACT_FORBIDDEN: You are not authorized to delete because you are logged out

This message does not reflect the actual policy constraints here:

https://github.com/ergochat/ergo/blob/2d44ab1cbf25b9a02b3397c340a1e4e69af63b55/irc/histserv.go#L103-L110

and should be clarified.