Set id of the event to the first comment as to keep it stable if with a future update a new comment is added to the "merge". Make sure the ID stays unique across the event and comment
EventCommentData needs to support multiple comments, currently only supports one
Set time of the event to last comment so that new event highlighting of #14 works properly (or indicate within the event which comments are new)
Few considerations:
url
of the event to the first comments urlid
of the event to the first comment as to keep it stable if with a future update a new comment is added to the "merge". Make sure the ID stays unique across the event and commentEventCommentData
needs to support multiple comments, currently only supports onetime
of the event to last comment so that new event highlighting of #14 works properly (or indicate within the event which comments are new)