rubyjedi / joplin

This is RubyJedi's unofficial fork, which adds MySQL/MariaDB support to Joplin-Server. All bugs here are mine alone.
https://joplinapp.org
Other
0 stars 0 forks source link

Server: Resolves #1: Quick fix for "missing field type_" issue #2

Closed rubyjedi closed 1 year ago

rubyjedi commented 1 year ago

QuickFix to get around "Missing required property: type_" message intermittently showing up and spoiling a Client/Server synchronization.

This is a dubious fix, from a coder who has only spent a couple of days working with the code.

I don't claim to have in-depth knowledge of how the Client/Server sync is intended to operate. It's a "works for me" tweak that suits my needs with developing MySQL-database support for the time being.