ericaddison / Hailing_Frequencies

Final Project for UT Advanced Programming Tools
0 stars 0 forks source link

ConvMessages TODO #15

Closed ericaddison closed 6 years ago

ericaddison commented 6 years ago

Add deleted and edits field. Deleted will be a boolean, and the call to get_messages will filter to not return those messages. edits will be a repeated string field, storing the preious edited versions of a message.

ericaddison commented 6 years ago

Done.