-
Notifications
You must be signed in to change notification settings - Fork 60
Cache last N messages per room to enable sed functionality globally. #232
Comments
Can't it just read last 100 messages in the room it was invoked and return the first one that can be replaced? Cache smells leaky... |
@CS1000 currently, it reads the DOM for the |
what about reply-ing to a message like:
instead of |
@CS1000 That's not a bad idea, but I don't think it solves the cross-room problem. |
@Shmiddty it would requre fetching the exact message id, abuse shouldn't be a problem with a timed execution. http://chat.stackoverflow.com/messages/22491127/history |
Replacing a specific message was handled in #220 though we still use the DOM. Honestly, anything to do with messages that isn't in the current DOM is blocked on the same thing #27 (and many more things) are blocked on: Specifically how the bot has no internal representation of the room it's in or the chat in general. |
owait, this is a duplicate of #216. |
The title speaks for itself.
The text was updated successfully, but these errors were encountered: