You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ViewRoomHistory and ViewRecentRoomHistory are not able to handle the "from" attribute in cases where it is passed as a user object:
I am trying to fix an issue related to the specifics of the HIPChat API View room history and View recent room history:
Here, the “from” attribut may be either a user or just a string containing the name of the user.
I tried several options to handle this duality using the ServiceStack configuration but could not figure out an elegant way of solving this issue for the deserialization of the HipchatViewRoomHistoryResponse.
What is your recommendation to solve this issue?
Best regards,
Frank
The text was updated successfully, but these errors were encountered:
ViewRoomHistory and ViewRecentRoomHistory are not able to handle the "from" attribute in cases where it is passed as a user object:
I am trying to fix an issue related to the specifics of the HIPChat API View room history and View recent room history:
Here, the “from” attribut may be either a user or just a string containing the name of the user.
I tried several options to handle this duality using the ServiceStack configuration but could not figure out an elegant way of solving this issue for the deserialization of the HipchatViewRoomHistoryResponse.
What is your recommendation to solve this issue?
Best regards,
Frank
The text was updated successfully, but these errors were encountered: