Monday, August 28, 2023

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

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 something similar in that app. Emails tend to call it a Conversation ID

On Sunday, 27 August 2023 at 22:19:46 UTC+1 Ram wrote:
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 thread so that all the messaging about that item will be in one thread.
2. New messaging on new market place item will be again new thread.
3. It would be nice each thread has a title of the market place item so that same users can go back to previous history of messages on that particular item whenever they want.

I'm wondering whether anyone has implemented the above features using instagram clone in your Django application?

Best regards,
~Ram

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/099349c1-bfc4-42e8-8178-50141c7640d0n%40googlegroups.com.

No comments:

Post a Comment