Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

API: Replies to messages #239

Closed deandrebaker closed 3 years ago

deandrebaker commented 4 years ago

Similar to the 'replies to comments' issue, we want to be able to reply to other messages. We will probably need to modify the message model so that it has a foreign key field that points to another message object. This field should be nullable, which indicates that the message is not a reply.