magne4000 / quassel-webserver

A web server/client for Quassel
MIT License
210 stars 38 forks source link

fix socket and listen in settings.js #264

Closed rkitover closed 6 years ago

rkitover commented 6 years ago

For some reason these values were assigned with === instead of =, using = works.

Also use untildify on the socket path to allow tilde expansion in socket paths from settings.js .

magne4000 commented 6 years ago

Thanks!