~singpolyma/cheogram

c903f7e63099a06fd5b63c63a3602e948de5a0fa — Stephen Paul Weber 8 days ago 22583cf
Add second kind of heart which some versions of Movim use
1 files changed, 1 insertions(+), 0 deletions(-)

M Tapback.hs
M Tapback.hs => Tapback.hs +1 -0
@@ 60,6 60,7 @@ fromReaction reaction body
	| emoji == s"👍" = Liked body
	| emoji == s"👎" = Disliked body
	| emoji == s"❤" = Loved body
	| emoji == s"♥" = Loved body
	| emoji == s"😂" = Laughed body
	| emoji == s"❗" = Emphasized body
	| emoji == s"❓" = Questioned body