42wim / matterbridge

bridge between mattermost, IRC, gitter, xmpp, slack, discord, telegram, rocketchat, twitch, ssh-chat, zulip, whatsapp, keybase, matrix, microsoft teams, nextcloud, mumble, vk and more with REST API (mattermost not required!)
Apache License 2.0
6.66k stars 618 forks source link

Update meow version, protobuff and fix broken db during upgrade #2148

Closed rodrigozietlow closed 5 months ago

rodrigozietlow commented 5 months ago

This seems to fix #2146

Warning, i'm not a Go developer, so probably the huge amount of bumps are unneeded, feel free to remove them all.

To fix the issue, both meow version must be bumped and _pragma=foreign_keys(1) be changed to fix the timout + broken upgrade. Withouth bumping protobuff I couldn't build the lib, but it is probably unnecessary.

codeclimate[bot] commented 5 months ago

Code Climate has analyzed commit 3b31b546 and detected 0 issues on this pull request.

View more on Code Climate.

42wim commented 5 months ago

Thanks for the PR @rodrigozietlow! I've updated master with meow and other dependencies

kaizenGG commented 5 months ago

I don't know how to do this, I'm on Windows. Any ideas?