Skip to content

Add getters to Message

embr requested to merge client-message-getters into develop

Issue Fix

(no issue)

Description

If we can read the message ID, sender and timestamp out of messages, we don't need to duplicate them in the payload for the microblog client.

Alternative(s) considered

I guess we could duplicate them, but that seems silly, it's right there.

Type

Choose one: Feature

Screenshots (if applicable)

Merge request reports