maruTA-bis5 / mattermost4j

Mattermost API v4 Client for Java
Apache License 2.0
31 stars 20 forks source link

Unrecognized field: `urgent_mention_count` #538

Open euronymous opened 10 months ago

euronymous commented 10 months ago

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"])