EionRobb / purple-mattermost

A libpurple/Pidgin plugin for Mattermost
GNU General Public License v3.0
93 stars 23 forks source link

subdir-fix #122

Closed vitstradal closed 4 years ago

vitstradal commented 4 years ago

When Mattermost server is installed in subdir (i.e. https://example.com/mattermost), so API request should be like https://example.com/mattermost/api/v4/users/me.

With this patch, you achieve it by setting Server: (in account settings) to example.com/mattermost.

EionRobb commented 4 years ago

Clever :)

Thanks!