sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

Uploaded file url is incorrect with prefix. #699

Closed dezzzus closed 8 years ago

dezzzus commented 8 years ago

When the chatting service is running under domain's subpath, it can't get file correctly. For ex: if the chatting service's url is "http://localhost/group/chat", then the uploaded file is linked to "http://localhost/group/files/576cc8f350bad694304bbcdb/mock1.png"

hhaidar commented 8 years ago

thanks for fixing this in #700