all repos — honk @ 709b7c6458af3d00ae5c4f0540f7365caec81664

my fork of honk

add Ⓧ and Ⓕ as emoji reactions
Ted Unangst tedu@tedunangst.com
Fri, 10 Apr 2020 00:03:43 -0400
commit

709b7c6458af3d00ae5c4f0540f7365caec81664

parent

1442e1f407d0cca5f3157c1446686bd71bec5189

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M views/account.htmlviews/account.html

@@ -29,6 +29,8 @@ <option {{ and (eq .User.Options.Reaction "\U0001F5FF") "selected" }}>{{ "\U0001F5FF" }}</option>

<option {{ and (eq .User.Options.Reaction "\U0001F99A") "selected" }}>{{ "\U0001F99A" }}</option> <option {{ and (eq .User.Options.Reaction "\U0001F3BB") "selected" }}>{{ "\U0001F3BB" }}</option> <option {{ and (eq .User.Options.Reaction "\U0001FA93") "selected" }}>{{ "\U0001FA93" }}</option> +<option {{ and (eq .User.Options.Reaction "\u24BB") "selected" }}>{{ "\u24BB" }}</option> +<option {{ and (eq .User.Options.Reaction "\u24CD") "selected" }}>{{ "\u24CD" }}</option> </select> <p><button>update settings</button> </form>