khlieng / dispatch

Web-based IRC client in Go.
https://dispatch.khlieng.com
MIT License
642 stars 30 forks source link

client: Downgraded @sindresorhus/fnv1a to v1.2.0 to fix #66 #67

Closed andwun closed 4 years ago

andwun commented 4 years ago

Downgrading the JS package @sindresorhus/fnv1a to v1.2.0 indeed fixes #66 without negatively impacting the nickname coloring. Can confirm dev builds are working in Safari 13 on macOS and iOS after this change.

khlieng commented 4 years ago

Thanks!