mattermost4j icon indicating copy to clipboard operation
mattermost4j copied to clipboard

Unrecognized field: `urgent_mention_count`

Open euronymous opened this issue 1 year ago • 0 comments

Sorry, IDK how to add a new field to a model, to maintain backward compatibility.

Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "urgent_mention_count" (class net.bis5.mattermost.model.ChannelUnread), not marked as ignorable (7 known properties: "msg_count_root", "msg_count", "mention_count_root", "notify_props", "team_id", "channel_id", "mention_count"])
 at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 162] (through reference chain: net.bis5.mattermost.model.ChannelUnread["urgent_mention_count"])

euronymous avatar Nov 14 '23 22:11 euronymous