all repos — honk @ b5243c281762e2ef53be439b7089c6a21528cde7

my fork of honk

workaround the unicode consortium's lack of vision
Ted Unangst tedu@tedunangst.com
Fri, 10 Apr 2020 10:35:35 -0400
commit

b5243c281762e2ef53be439b7089c6a21528cde7

parent

6401b760512d13b986b844755e74f41be94de8cf

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

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

@@ -29,8 +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> +<option {{ and (eq .User.Options.Reaction "\U0001F1EB") "selected" }}>{{ "\U0001F1EB" }}</option> +<option {{ and (eq .User.Options.Reaction "\U0001F1FD") "selected" }}>{{ "\U0001F1FD" }}</option> </select> <p><button>update settings</button> </form>