Giter Club home page Giter Club logo

Comments (3)

JamesChenX avatar JamesChenX commented on July 2, 2024

If I understand correctly, the term Reference you mentioned refers to Quote Message
If so, you can implement these features by saving the quoted message IDs in the text or records in Messages, and it's totally up to the developers. For example, some developers display videos, music, etc based on the Markdown text.

The im.turms.service.domain.message.po.Message#referenceId field stores the relationship between the source message and the new message. For example, if you copy a message based on an existing message, the reference ID of the new message is the ID of the existing message.
So the reference ID in Turms isn't what you want.

You can use the Reference ID to query and operate messages in follow-up service queries

What are your business requirements that need to find messages based on quoted messages?
If your use cases are reasonable, I can support the feature in one month when I am not that busy.

from turms.

PENGYANG13122010305 avatar PENGYANG13122010305 commented on July 2, 2024

Oh, I see. What I wanted was for the reference ID to be used as a key to associate with the business object, so that the object in the business can be associated with the message in the turms. So combined with the specific business of the message query or other operations, now it seems that I understand wrong. So how do I connect message to objects in my development business? Now I want to associate a user form when sending group messages at the service management side, and realize the associated query of messages through this form id. Is there any idea to realize it?

from turms.

JamesChenX avatar JamesChenX commented on July 2, 2024

If you want to make a relationship between the messages generated by Turms and any data in your system:

  1. You can create a message first no matter via messageService.sendMessage on the client side, or sending an admin HTTP request to POST /messages, and you will get the message ID
  2. Then you can store the message ID with the ID of your data in your database, and it's up to you how to design and implement the workflow.

from turms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.