Team-uMigrate / umigrate

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

API: References to shared items in message objects #241

Closed deandrebaker closed 3 years ago

deandrebaker commented 4 years ago

Messages should have the option to point to any type of shared item. We can do this by adding a nullable generic foreign key field that points to any of the type of shared item (including comments). We should modify the consumer and room.html to allow users to refer to postings. We also need to make sure that if the posting is deleted, the message no longer points to that posting.