It appears that the server is truncating user data beyond a certain length. This only really became noticeable after adding several tasks to WeeklyTodo, but it will end up being pretty important.
Issue was actually client-side. Network controller was truncating the data to fit a 256 byte buffer. I increased it to 1MB so any user data under 1MB will be fine.
It appears that the server is truncating user data beyond a certain length. This only really became noticeable after adding several tasks to WeeklyTodo, but it will end up being pretty important.