mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Comment: Add TODO
This commit is contained in:
parent
fd1cd6f26b
commit
461ceb789a
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue