Closed KevinTCoughlin closed 9 years ago
Fixes #59: This PR adds the missing Note fields: reply_text & added_text. Now when Gson deserializes Post JSON w/ notes metadata it will include the fields if they are present.
Note
reply_text
added_text
This is missing getters, one sec.
Can successfully get added text and reply text for posts :+1:
Fixes #59: This PR adds the missing
Note
fields:reply_text
&added_text
. Now when Gson deserializes Post JSON w/ notes metadata it will include the fields if they are present.