GetStream/stream-chat-java

Channel last_message_at wrongly annotated with not nul

samuelmasuebbc opened this issue · 1 comments

Hello,

I found a minor bug. The channel field last_message_at is annotated with @NotNull, it can actually be null on channels with no message.

The bug seems very minor but makes static code analysis fail, so it would be nice if it gets fixed :)

Another good catch 👍🏻