Photo: status_message_guid is optional in xml
This commit is contained in:
parent
eb8cdef604
commit
4136fb973e
1 changed files with 2 additions and 2 deletions
|
|
@ -40,10 +40,10 @@ module DiasporaFederation
|
||||||
property :text, default: nil
|
property :text, default: nil
|
||||||
|
|
||||||
# @!attribute [r] status_message_guid
|
# @!attribute [r] status_message_guid
|
||||||
# Guid of a status message this message belongs to
|
# Guid of a status message this photo belongs to
|
||||||
# @see StatusMessage#guid
|
# @see StatusMessage#guid
|
||||||
# @return [String] guid
|
# @return [String] guid
|
||||||
property :status_message_guid
|
property :status_message_guid, default: nil
|
||||||
|
|
||||||
# @!attribute [r] height
|
# @!attribute [r] height
|
||||||
# Photo height
|
# Photo height
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue