Comment: Add TODO

This commit is contained in:
Adam Porter 2021-07-29 04:09:03 -05:00
parent fd1cd6f26b
commit 461ceb789a

View file

@ -1159,6 +1159,7 @@ To be used as the pretty-printer for `ewoc-create'. THING may be
an `ement-event' or `ement-user' struct, or a list like `(ts
TIMESTAMP)', where TIMESTAMP is a Unix timestamp number of
seconds."
;; TODO: Use handlers to insert so e.g. membership events can be inserted silently.
(pcase-exhaustive thing
((pred ement-event-p)
(insert "" (ement-room--format-event thing)))