Re: How to create an individual instagram message into threads?

2023-11-17 Thread Alex Shibly
While I don't have specific knowledge about implementations in Instagram clones in Django applications, I can provide you with guidance on how you might approach implementing the features you described. Implementing a messaging system with thread-like conversations can be achieved by creating

Re: How to create an individual instagram message into threads?

2023-08-28 Thread 'Steven Mapes' via Django users
I've not used that app but creating email of messaging chains is quite easy. How I normally do it is to generate a unique identifier by using a uuid4 plus some custom values when a new thread/conversation is created and then this is passed and maintained during replies. There's probably

How to create an individual instagram message into threads?

2023-08-27 Thread Ram
Hi, We are using Instagram clone messaging in our ecommerce application where users contact each other about market place item (sell/buy items). Once the messaging started between two users on an item 1. we want to keep the further messaging regarding that item to be continued like an email