mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 17:21:41 -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
|
an `ement-event' or `ement-user' struct, or a list like `(ts
|
||||||
TIMESTAMP)', where TIMESTAMP is a Unix timestamp number of
|
TIMESTAMP)', where TIMESTAMP is a Unix timestamp number of
|
||||||
seconds."
|
seconds."
|
||||||
|
;; TODO: Use handlers to insert so e.g. membership events can be inserted silently.
|
||||||
(pcase-exhaustive thing
|
(pcase-exhaustive thing
|
||||||
((pred ement-event-p)
|
((pred ement-event-p)
|
||||||
(insert "" (ement-room--format-event thing)))
|
(insert "" (ement-room--format-event thing)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue