Use *tweet-format-fn* in render-tweet
This commit is contained in:
parent
3b59ca1321
commit
03b1cb9a0b
1 changed files with 1 additions and 4 deletions
|
@ -105,7 +105,4 @@ the spaxe needed for a space and the url."
|
|||
|
||||
(defun render-tweet (post)
|
||||
"Sans the url, which is a must."
|
||||
(apply #'format `(nil ,(car *tweet-format*)
|
||||
,@(loop
|
||||
:for accesor in (cdr *tweet-format*)
|
||||
:collect (funcall accesor post)))))
|
||||
(funcall *tweet-format-fn* post))
|
||||
|
|
Loading…
Add table
Reference in a new issue