CN113612676B - Social group message synchronization method, device, equipment and storage medium - Google Patents

Social group message synchronization method, device, equipment and storage medium Download PDF

Info

Publication number
CN113612676B
CN113612676B CN202110138944.5A CN202110138944A CN113612676B CN 113612676 B CN113612676 B CN 113612676B CN 202110138944 A CN202110138944 A CN 202110138944A CN 113612676 B CN113612676 B CN 113612676B
Authority
CN
China
Prior art keywords
message
chat
record
identifier
group
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110138944.5A
Other languages
Chinese (zh)
Other versions
CN113612676A (en
Inventor
孙茂飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Huya Technology Co Ltd
Original Assignee
Guangzhou Huya Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Huya Technology Co Ltd filed Critical Guangzhou Huya Technology Co Ltd
Priority to CN202110138944.5A priority Critical patent/CN113612676B/en
Publication of CN113612676A publication Critical patent/CN113612676A/en
Application granted granted Critical
Publication of CN113612676B publication Critical patent/CN113612676B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/21Monitoring or handling of messages
    • H04L51/216Handling conversation history, e.g. grouping of messages in sessions or threads
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/52User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail for supporting social networking services

Abstract

The application provides a method, a device, equipment and a storage medium for synchronizing messages of a social group, and relates to the field of computer application. The method comprises the steps of pulling a message identifier and a message timestamp corresponding to a chat record message from a server, and storing the message identifier and the message timestamp in a local database; acquiring query operation executed by a user on the message timestamp, and determining a target message identifier corresponding to the message content of the chat-record message to be pulled according to the query operation; and downloading the message content of the corresponding chat record message from the server according to the target message identification. The technical scheme avoids the problem that the flow and the storage space are wasted due to the fact that all the messages of the social group are synchronized, and the chat record messages are selectively downloaded according to the query operation of the user, so that unnecessary flow waste is reduced, and the storage space of the client is saved.

Description

Social group message synchronization method, device, equipment and storage medium
Technical Field
The present application relates to the field of computer applications, and in particular, to a method, an apparatus, a device, and a storage medium for synchronizing messages of a social group.
Background
With the popularity of networks, instant messaging software (Instant Messaging, IM) is rapidly spreading. Instant messaging is an internet-based instant messaging service that allows two or more people to communicate text messages, files, voice and video using a network in real time.
To facilitate multiple communications, group chat is typically established using the group functionality of instant messaging software, and for a group with a large number of members, such as a group of 1000 people, speaking between members can create a large amount of data. In the related art, in order to enable members to completely view chat information of a group, after a user starts instant messaging software, the user can automatically trigger to pull all data from a server and store the data in a local database, so that the synchronous data size is large and the synchronous time is long. Because some users are not necessarily interested in viewing all chat records, especially the chat information before several days or more, the chat information is synchronized in full, the transmission cost of message synchronization is increased, and the local storage space is occupied.
Disclosure of Invention
The purpose of the present application is to solve at least one of the above technical drawbacks, in particular to increase the transmission cost of message synchronization and occupy the local storage space.
In a first aspect, an embodiment of the present application provides a method for synchronizing messages of a social group, including the following steps:
pulling a message identifier and a message time stamp corresponding to the chat record message from the server, and storing the message identifier and the message time stamp in a local database;
acquiring inquiry operation executed by a user on a message timestamp, and determining a target message identifier corresponding to the message content of the chat-record message to be pulled according to the inquiry operation;
and downloading the message content of the corresponding chat record message from the server according to the target message identifier.
In one possible implementation manner, the step of pulling the message identifier and the message timestamp corresponding to the chat-record message from the server includes
Reading the last pulling time of the last pulling information mark and the message time stamp;
and pulling the message identifier and the message timestamp corresponding to the chat record message in the time section between the last pulling time and the current pulling time from the server according to the last pulling time, and storing the message identifier and the message timestamp in a local database.
In one possible implementation manner, before the step of obtaining the query operation performed by the user on the message timestamp, the method further includes:
pulling a preset number of latest chat record messages of at least one group from the server according to the message identifier and the message timestamp, and storing the latest chat record messages in a local database;
When receiving a group entering operation of a user, caching the latest chat record message corresponding to the group from the local database to a memory, and displaying the message content of the latest chat record message through the memory.
In one possible implementation manner, the step of determining the corresponding target message timestamp and the target message identifier according to the query operation includes:
when a user enters a group chat interface, determining a target message identification of the chat-record message of the last interval to be pulled in the group according to the query direction of the query operation and the pulled chat-record message.
In one possible implementation manner, the step of determining the target message identifier of the chat-record message of the last interval to be pulled in the group according to the query direction of the query operation and the pulled chat-record message includes:
if the query operation is a backtracking query, acquiring a group identifier of the group, and querying the pulled chat record message from the local database according to the group identifier;
and determining the preset number of the last interval to be pulled of the group or the target message identification of the chat-record message in the preset time range according to the pulled chat-record message.
In one possible implementation manner, the step of downloading the message content of the corresponding chat-record message from the server according to the target message identifier includes:
inquiring a corresponding chat record message set to be downloaded through a server according to the target message identifier;
and downloading message contents of a plurality of target chat record messages corresponding to the chat record message set from the server, and storing the message contents in a local database.
In one possible implementation manner, after the step of downloading the message content of the corresponding chat-record message from the server according to the target message identifier, the method further includes:
and displaying the message content of the target chat record message on a chat interface according to the target message time stamp corresponding to the target chat record message.
In a second aspect, an embodiment of the present application provides a message synchronization apparatus for a social group, including:
the message identifier pulling module is used for pulling the message identifier and the message timestamp corresponding to the chat record message from the server and storing the message identifier and the message timestamp in the local database;
the target message determining module is used for acquiring query operation executed by a user on the message timestamp and determining a target message identifier corresponding to the message content of the chat record message to be pulled according to the query operation;
And the message content downloading module is used for downloading the message content of the corresponding chat record message from the server according to the target message identifier.
In a third aspect, an embodiment of the present application provides an electronic device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements a method for synchronizing messages of a social group according to any embodiment of the first aspect when the program is executed.
In a fourth aspect, embodiments of the present application provide a computer readable storage medium having a computer program stored thereon, where the program when executed by a processor implements a method for synchronizing messages of a social group according to any of the embodiments of the first aspect.
The method, the device, the equipment and the storage medium for synchronizing the messages of the social group provided by the embodiment of the invention are that the message identifier and the message timestamp corresponding to the chat record message are pulled from the server and stored in the local database; acquiring query operation executed by a user on the message timestamp, and determining a target message identifier corresponding to the message content of the chat-record message to be pulled according to the query operation; the message content of the corresponding chat record message is downloaded from the server according to the target message identifier, so that the problem that the flow and the storage space are wasted due to the fact that all the messages of the social group are synchronized is avoided, the chat record message is selectively downloaded according to the query operation of the user, unnecessary flow waste is reduced, and the storage space of the client is saved.
In the technical scheme, when the information synchronization is carried out, firstly, the information identification and the information time stamp corresponding to the chat record information are pulled from the server and stored in the local database, and the occupied bandwidth and the occupied flow are small in the transmission process and the occupied storage space in the local database is small because the data quantity of the information identification and the information time stamp is small. When the inquiry operation of the user is received, the chat record information is pulled in batches, and the chat record information corresponding to the information identification which is not inquired by the user is not pulled, so that unnecessary flow waste is reduced, and the storage space of the client is saved.
Additional aspects and advantages of the application will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the application.
Drawings
The foregoing and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings, in which:
FIG. 1 is a schematic diagram of a framework of a message synchronization system for social groups provided by embodiments of the present application;
FIG. 2 is a flow chart of a method for message synchronization for a social group provided in an embodiment of the present application;
FIG. 3 is another flow chart of a method for message synchronization for a social group provided in an embodiment of the present application;
FIG. 4 is a flowchart of a method for determining a destination message identification provided in an embodiment of the present application;
FIG. 5 is a timing diagram of a method for message synchronization of social groups provided by embodiments of the present application;
fig. 6 is a schematic structural diagram of a social group message synchronization device according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
Embodiments of the present application are described in detail below, examples of which are illustrated in the accompanying drawings, wherein the same or similar reference numerals refer to the same or similar elements or elements having the same or similar functions throughout. The embodiments described below by referring to the drawings are exemplary only for the purpose of illustrating the present application and are not to be construed as limiting the present application.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless expressly stated otherwise, as understood by those skilled in the art. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. The term "and/or" as used herein includes all or any element and all combination of one or more of the associated listed items.
It will be understood by those skilled in the art that all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs unless defined otherwise. It will be further understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the prior art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
The application scenario according to the embodiment of the present application is described below.
With the popularization of networks, people often use instant messaging software to communicate during work, life and friend making. To facilitate multiple communications, establishing groups in instant messaging software for multi-person chat is a common way of communicating. In group chat, the number of members in the group is high, which often results in hundreds or thousands of chat-related messages in the group, which are not necessarily all of interest to the user. In the related art, when the instant messaging application is started, all chat-recording messages that are not read by the user are automatically pulled, but the user may not be interested in the chat-recording messages, so that the synchronous chat-recording messages consume a large amount of broadband and traffic, occupy local memory, and waste resources.
The method, the device, the equipment and the storage medium for synchronizing the messages of the social group aim to solve the technical problems in the prior art.
The following describes the technical solutions of the present application and how the technical solutions of the present application solve the above technical problems in detail with specific embodiments. The following embodiments may be combined with each other, and the same or similar concepts or processes may not be described in detail in some embodiments.
Embodiments of the present application will be described in detail below with reference to the accompanying drawings.
In order to better illustrate the technical solution of the present application, a certain application environment to which the message synchronization method of the social group of the present application may be applied is shown below. Fig. 1 is a schematic diagram of a framework of a social group message synchronization system provided in an embodiment of the present application, where, as shown in fig. 1, the social group message synchronization system includes a client 101 and a server 102.
The client 101 may have an Application (APP) having social and chat functions installed thereon, such as an instant messaging Application, and a user may register an account on the instant messaging Application, through which the user logs in the instant messaging Application. In this embodiment, the client 101 may be a smart phone, a tablet computer, an electronic reader, a desktop computer, a notebook computer, or the like, which is not limited thereto. The user can review the relevant chat-recording messages via the display interface of the client. Client 101 can also optionally pull relevant chat log messages from server 102. The instant messaging application may be software with chat capabilities such as WeChat and QQ.
The server 102 stores all chat-record messages for all contacts and social groups of the user. The server 102 may be implemented by a server cluster formed by a plurality of servers or an independent server. The client 101 and the server 102 are in communication connection by wired or wireless means. A user sends a chat message to the server 102 via the client 101, and the server 102 forwards the chat message to the client 101 of another user, thereby enabling social interaction.
The following describes the technical solutions of the present application and how the technical solutions of the present application solve the above technical problems in detail with specific embodiments. The following embodiments may be combined with each other, and the same or similar concepts or processes may not be described in detail in some embodiments.
Fig. 2 is a flowchart of a social group message synchronization method provided in an embodiment of the present application, where the social group message synchronization method is performed on a client.
Specifically, as shown in fig. 2, the message synchronization method of the social group may include the following steps:
s210, pulling a message identifier and a message timestamp corresponding to the chat record message from the server, and storing the message identifier and the message timestamp in a local database.
The server stores all chat log messages of all contacts and social groups of the user, wherein the chat log messages comprise message identifications, message time stamps and message contents of the chat log messages. Each chat log message corresponds to a unique message identification and a unique message timestamp. The corresponding chat record message can be inquired and obtained through the message identification.
The local client side of the user equipment can acquire the message identifier and the message timestamp of the chat record message to be synchronized from the server in the login process, specifically, pull the message identifier and the message timestamp corresponding to the chat record message from the server in a batch synchronization mode until all the message identifiers and the message timestamps corresponding to the chat record message are synchronized.
In an embodiment, before pulling the message identifier of the chat log message and the message timestamp, the message identifier range of the chat log message to be synchronized needs to be determined, if the request timestamp and the message identifier range of the chat log message need to be determined, that is, the message identifier of the chat log message before the request timestamp is determined, the request timestamp may be the current time, the message identifier range of the chat log message includes the number of message identifiers of the chat log message or a backtracking time interval, and the backtracking time interval is the message identifier of the chat log message in the request backtracking time interval before the request timestamp.
In an embodiment, the step S210 of pulling the message identifier and the message timestamp corresponding to the chat-record message from the server may include the following steps:
s2101, reading the last pulling time of the last pulling information mark and the message time stamp.
The client stores the historical pulling time of the last message synchronization, namely the last pulling time of the last message time stamp and the last pulling time of the last message mark.
In one embodiment, when the user starts the instant messaging application program, the last pulling time of the last pulling information identifier and the message timestamp is read, and in another embodiment, after the synchronization instruction triggered by the user is received, the last pulling time of the last pulling information identifier and the message timestamp is read; in yet another embodiment, the last pull time of the last pull message identifier and the message timestamp may also be read at preset time intervals.
S2102, pulling a message identifier and a message timestamp corresponding to the chat record message in a time section between the last pulling time and the current pulling time from a server according to the last pulling time, and storing the message identifier and the message timestamp in a local database.
The client sends the read last pulling time to the server, the server pulls the message identifier and the message timestamp corresponding to the chat record message in the time section between the last pulling time and the current pulling time according to the last pulling time, the client sends the message identifier and the message timestamp to the client, and the client receives the message identifier and the message timestamp and stores the message identifier and the message timestamp in a local database. The pull time may be the current time, or the time when the server receives the message synchronization request sent by the client.
S220, acquiring query operation executed by a user on the message time stamp, and determining a corresponding target message identifier according to the query operation.
The user can determine the occurrence time of the chat-record message through the displayed message time stamp, and can perform query operation according to the message time stamp, for example, the user can perform query operation through making a gesture of sliding upwards or downwards on a touch screen display interface of the client so as to view the chat-record message of the previous page or the chat-record message of the next page; the message time range can also be input in the chat record window, and the chat record message in the message time range can be queried.
For example, the currently displayed chat log message corresponds to a timestamp of 2021/1/22:16:00:07, and the user wants to query the chat log of yesterday afternoon, because the chat log message is generally displayed from top to bottom according to the generation time, the user can make the page-up query on the chat log message longer before by sliding the screen downwards with the finger, and the corresponding target message identification is determined according to the query operation.
In this embodiment, the target message identifier may be a target message identifier of a preset number of chat log messages, or may be a target message identifier of a chat log message within a preset time range. The target message identifier may be a message identifier corresponding to one chat record message, or may be message identifiers corresponding to a plurality of chat record messages.
S230, downloading the message content of the corresponding chat record message from the server according to the target message identification.
The chat record message corresponding to the target message identification is the chat record message to be pulled, the client sends the target message identification of the chat record message to be pulled to the server, the server inquires and obtains the corresponding chat record message according to the target message identification, the message content of the chat record message is issued to the client, and the client stores the message content of the chat record message in a local database.
Further, after receiving the viewing instruction, the client acquires the message content of the chat record message from the local database, sends the message content to the memory, and displays the message content of the chat record message on a display interface of the client.
According to the message synchronization method for the social group, the message identifier and the message timestamp corresponding to the chat record message are pulled from the server and stored in the local database; acquiring query operation executed by a user on the message timestamp, and determining a target message identifier corresponding to the message content of the chat-record message to be pulled according to the query operation; the message content of the corresponding chat record message is downloaded from the server according to the target message identifier, so that the problem that the flow and the storage space are wasted due to the fact that all the messages of the social group are synchronized is avoided, the chat record message is selectively downloaded according to the query operation of the user, unnecessary flow waste is reduced, and the storage space of the client is saved.
In the technical scheme, when the information synchronization is carried out, firstly, the information identification and the information time stamp corresponding to the chat record information are pulled from the server and stored in the local database, and the occupied bandwidth and the occupied flow are small in the transmission process and the occupied storage space in the local database is small because the data quantity of the information identification and the information time stamp is small. When the inquiry operation of the user is received, the chat record information is pulled in batches, and the chat record information corresponding to the information identification which is not inquired by the user is not pulled, so that unnecessary flow waste is reduced, and the storage space of the client is saved.
In order to more clearly illustrate the technical solutions of the present application, more embodiments of the message synchronization method for social groups are provided below.
In an embodiment, as shown in fig. 3, fig. 3 is another flowchart of a message synchronization method of a social group according to an embodiment of the present application. As shown in fig. 3, before the step S220 of acquiring the query operation performed by the user on the message timestamp, the method further includes the following steps:
S220-A1, pulling a preset number of latest chat record messages of at least one group from the server according to the message identification and the message time stamp, and storing the latest chat record messages in a local database.
When the instant messaging application program is started, at least one group in the instant messaging application program is detected, and a group identifier, a message identifier and a corresponding message timestamp of the group are sent to a server, so that a preset number of latest chat record messages of the at least one group are pulled from the server and stored in a local database.
S220-A2, after receiving the group entering operation of the user, caching the latest chat record information from the local database to a memory, and displaying the information content of the latest chat record information through the memory.
After receiving the group entering operation of the user, the user enters one or more groups, at this time, the client caches the latest chat record which is pre-pulled and stored in the local database into the memory, and displays the message content of the latest chat record message through the memory. The latest chat record message can be a preset number, and when the number of the latest chat messages is less than the preset number, all the latest chat messages are pulled from the server.
In this embodiment, when the instant messaging application program performs message synchronization, a message identifier and a message timestamp corresponding to the chat record message are pulled from the server, and stored in the local database, and a preset number of latest chat record messages of at least one group are pulled and stored in the local database at the same time, so that after a user enters a certain group, a plurality of latest chat records can be quickly obtained from the local database and displayed through a memory, thereby avoiding the problem that the user enters a certain group and pulls information from the server, so that the chat record message is displayed too slowly.
In an embodiment, the determining the corresponding target message timestamp and the target message identifier in step S220 according to the query operation may include the following steps:
s2201, when a user enters a group chat interface, determining a target message identification of a chat-record message of a last section to be pulled in the group according to the query direction of the query operation and the pulled chat-record message.
Dividing the message identifier stored in the local database into different sections according to the message time stamp and preset rules. Specifically, in this embodiment, when a user enters a group chat interface, the user is presented with the message content of the latest chat-record message, and at the same time, the target message identifier corresponding to the chat-record message in the last section corresponding to the latest chat-record is automatically obtained. Further, the chat record message of the last section corresponding to the latest chat record is pulled from the server according to the target message identification, and the chat record message is stored in a local database.
When a user makes a query operation, pulling corresponding chat record messages from a server in batches according to intervals, if page turning upwards to check more historical chat record messages, determining a target message identifier of the chat record message of the last interval to be pulled in the group according to the message identifier of the pulled chat record message or the interval to which the pulled chat record message belongs.
Fig. 4 is a flowchart of a method for determining a target message identifier according to an embodiment of the present application, as shown in fig. 4, in an embodiment, the determining, in step S2201, the target message identifier of the chat-record message of the last interval to be pulled in the group according to the query direction of the query operation and the pulled chat-record message may include the following steps:
S2201-B1, if the query operation is backtracking, that is, the query direction is the query direction of the history chat record message which is not displayed, obtaining the group identification of the group, and querying the pulled chat record message from the local database according to the group identification.
Specifically, if the query operation is backtracking, the group identifier of the group is obtained, the pulled chat-record message is queried from the local database according to the group identifier, whether the message content of the chat-record message of the previous section needs to be pulled to the server is judged, if the message content of the chat-record message to be displayed to the user is not stored in the local database, the message content of the chat-record message of the previous section is pulled to the server, and if the message content of the chat-record message to be displayed to the user is stored in the local database, the message content of the chat-record message of the previous section is not pulled to the server. The last section refers to a message range corresponding to the chat-record message stored in the server that is not pulled according to the fact that the message timestamp is close to the pulled chat-record message.
In this embodiment, the query direction of the query operation includes an up query and a down query, where the up query refers to a query in a direction of a history chat log message that is not shown, and the down query refers to a query in a direction of a history chat log message that is shown.
If the query direction of the query operation made by the user is the query direction of the historical chat record information which is not displayed, the group identification of the group which the user enters is detected, and the pulled chat record information corresponding to the group identification is queried from the local database according to the group identification.
S2201-B2, determining the preset number of the last interval to be pulled of the group or the target message identification of the chat-record message in the preset time range according to the pulled chat-record message.
Determining a message identifier and a message time stamp of a last chat record message according to the pulled chat record message, using the chat record message closest to the last chat record message as a chat record message of a last section according to the message identifier and the message time stamp of the last chat record message, wherein the chat record message of the last section can comprise a chat record message of preset data or a plurality of chat record messages within a preset time range, and sending the message identifier of the chat record message of the last section as a target message identifier to a server so as to pull the chat record message corresponding to the target message identifier from the server.
In one embodiment, the downloading of the message content of the corresponding chat-record message from the server according to the target message identifier in step S230 may include the following steps:
s2301, inquiring a corresponding chat record message set to be downloaded through a server according to the target message identification.
The client sends a synchronous request for pulling the target message identifier to the server, and after the server receives the synchronous request, the server inquires the chat record message corresponding to the target message identifier, integrates the chat record message, and obtains a chat record message set to be downloaded.
S2302, downloading the message content of the target chat record messages corresponding to the chat record message set from the server, and storing the message content in a local database.
The server sends the message content of a plurality of target chat record messages corresponding to the chat record message set to be downloaded to the client, and the client receives the message content of the target chat record messages and stores the message content in a local database.
In one embodiment, step S230 further includes the following steps after downloading the message content of the corresponding chat-record message from the server according to the target message identifier:
S240, displaying the message content of the target chat record message on a chat interface according to the target message time stamp corresponding to the target chat record message.
And acquiring message content corresponding to the target chat record message from a local database, and displaying the message content of the target chat record message on a chat interface through the content according to the arrangement sequence of the target time stamps corresponding to the message content.
In order to more clearly illustrate the present application, the following description of the present technical solution is provided with reference to fig. 5. Fig. 5 is a timing chart of a message synchronization method of a social group according to an embodiment of the present application.
S501, a user starts an instant messaging application program.
User a logs in to the instant messaging application in the morning 08:00, where the instant messaging application includes groups B, C and D, and of course friends M, N, O, P and Q of user a, etc. The technical scheme can be applied to message synchronization among friends and can be applied to message synchronization of groups. The following description will take message synchronization of groups as an example.
S502, the instant messaging application program requests a server for the message identification of the chat record message of the synchronous group.
When a user logs in the instant messaging application program, the instant messaging application program sends a message identifier synchronization request to a server, and the message identifier between the current time and the last pulling time is pulled by taking the current time as a request time stamp.
For example, when the last pulling time is 22:00 yesterday in the evening, when the user logs in the instant messaging application program, the message identification of the time zone between 10:00 yesterday in the evening and 08:00 in the morning is pulled to the server, and the message timestamp corresponding to the message identification. For example, pull groups B, C and D have message identifications of time segments between 10:00 yesterday evening and 08:00 today morning and their corresponding message timestamps.
S503, the server returns the message identification set of the time interval to the instant messaging application program.
S504, the instant messaging application program stores the message identification set in a local database.
The instant messaging application program receives the message identification of the time section for carrying out message synchronization returned by the server and stores the message timestamp thereof in the local database.
Alternatively, in this embodiment, the message identifiers may be synchronized in batches due to the large number of message identifiers to be pulled. For example, when the message identifier of the message to be synchronized is 500 chat record messages, a message identifier set is returned to the client, for example, the first message identifier set is 0001-0100, the second message identifier set is 0101-0200, the third message identifier set is 0201-0300, the fourth message identifier set is 0301-0400, and the fifth message identifier set is 0401-0500.
S505, the instant messaging application program requests the server to pull the message content corresponding to the latest chat record message and stores the message content in the local database.
Specifically, before the user enters the group, the message content corresponding to the latest chat record message is pre-downloaded and stored in a local database.
It should be noted that step S505 may be executed in parallel with steps S502, S503, and S504.
S506, receiving a group entering operation of the user.
The user enters a certain group of instant messaging applications.
S507, obtaining the latest chat record message from the local database through the data manager.
And after the user enters the group, displaying the message content corresponding to the latest chat record message through the memory.
S508, displaying the message content of the latest chat record message.
The user specifically enters the chat interface of the group B, and the latest chat log message of the group a is shown to the user through data, for example, the latest chat log message is the latest 10 chat log messages.
It should be noted that, when receiving a group entering operation of a user, the instant messaging application program may request to pull up, from the server, a preset number of up chat log message contents of the last chat log message and store the message contents in the local database, so as to take the chat log message as a standby when the user refers down to the chat log message, thereby enabling the chat log message to be displayed in time, and avoiding that the corresponding message contents are pulled from the server only after the user refers to the chat log message.
S509, receiving a review operation by the user to display more chat-recording messages.
S510, the instant messaging application program detects whether more message content corresponding to the message identification needs to be pulled from the server; if not, executing step S511; if yes, go to step S512.
If the drop-down query operation of the user is received, the user is indicated to intend to view the chat-record messages longer before, and the message content of the chat-record messages of the preset number longer is displayed to the user.
S511, the message content of the stored chat-record message is acquired from the local database through the data manager and displayed.
When the chat record message corresponding to the current consulting operation of the user is determined to exist in the local database, the corresponding message content is not required to be pulled from the server, and the message content of the stored chat record message is directly obtained from the local database through the data manager and is displayed.
S512, the instant messaging application program requests the server to pull the message content corresponding to the target message identifier.
When the chat record message corresponding to the current consulting operation of the user is determined not to exist in the local database, selecting a preset number of target message identifications corresponding to the chat record message consulted by the user, and requesting to pull the message content corresponding to the target message identifications from the server.
For example, the user makes a pull-down review operation on the current page to continue viewing the chat-record message of the previous page. At this time, the destination message identifiers corresponding to the chat log message of the previous page are 0051 to 0060, and the destination message identifiers are 0051 to 0060 are sent to the server, so as to request to acquire the message contents of the destination message identifiers 0051 to 0060.
Optionally, the user may make a pull-down review operation on the current page to continue to view the chat-record message of the previous page, directly obtain the message content corresponding to 0051-0060 of the target message identifier corresponding to the chat-record message of the previous page pre-downloaded from the local database, and determine that 0061-0070 of the target message identifier corresponding to the chat-record message of the previous page, and send 0061-0070 of the target message identifier to the server to request to obtain the message content of 0061-0070 of the target message identifier.
S513, the server returns the message content corresponding to the target message identification.
S514, the instant messaging application program receives the message content corresponding to the target message identifier, stores the message content in a local database and displays the message content.
According to the message synchronization method for the social group, when the instant messaging application program is started, the message identification and the message timestamp of the chat record message in the time section between the current time and the last synchronization time are pulled to the server, after the user's consulting operation is received, the target message identification is selected according to the user's consulting operation, the message content corresponding to the target message identification is downloaded, the message content is displayed, the chat record message which is not consulted by the user is not pulled to the server, and therefore unnecessary chat record message synchronization is avoided, waste of flow and bandwidth is caused, and resource storage space is saved.
The above examples are only used to assist in explaining the technical solutions of the present disclosure, and the illustrations and specific procedures related thereto do not constitute limitations on the usage scenarios of the technical solutions of the present disclosure.
Related embodiments of a social group message synchronization apparatus are described in detail below.
Fig. 6 is a schematic structural diagram of a social group message synchronization device according to an embodiment of the present application, where the social group message synchronization device may be applied to a client.
Specifically, as shown in fig. 6, the message synchronization device 200 of the social group may include: a message identification pull module 210, a target message determination module 220, and a message content download module 230;
the message identifier pulling module 210 is configured to pull, from the server, a message identifier and a message timestamp corresponding to the chat record message, and store the message identifier and the message timestamp in the local database; the target message determining module 220 is configured to obtain a query operation performed by a user on a message timestamp, and determine a target message identifier corresponding to a message content of a chat-record message to be pulled according to the query operation; and the message content downloading module 230 is configured to download the message content of the corresponding chat-record message from the server according to the target message identifier.
The message synchronization device of the social group provided by the embodiment avoids the problem that flow and storage space are wasted when all messages of the social group are synchronized, and the chat record message is selectively downloaded according to the query operation of the user, so that unnecessary flow waste is reduced, and the storage space of a client is saved.
In one possible implementation, the message identification pulling module 210 includes a pulling time reading module and a message identification pulling unit;
the pulling time reading module is used for reading the last pulling time of the last pulling information identification and the message time stamp; and the message identifier pulling unit is used for pulling the message identifier and the message timestamp corresponding to the chat record message in the time section between the last pulling time and the current pulling time from the server according to the last pulling time, and storing the message identifier and the message timestamp in the local database.
In one possible implementation, the message synchronization device 200 of the social group further includes: the latest message display module can comprise a latest message pulling unit and a latest message content display unit;
the latest message pulling unit is used for pulling a preset number of latest chat record messages of at least one group from the server according to the message identifier and the message timestamp and storing the latest chat record messages in a local database; and the latest information content display unit is used for caching the latest chat record information corresponding to the group from the local database to the memory when receiving the group entering operation of the user, and displaying the information content of the latest chat record information through the memory.
In one possible implementation, the target message determination module 220 includes: and the target message identification determining unit is used for determining the target message identification of the chat-record message of the last interval to be pulled in the group according to the query direction of the query operation and the pulled chat-record message when the user enters the group chat interface.
In one possible implementation, the target message identification determining unit includes: a pulled message inquiring subunit and a target message identification determining subunit;
the pulled information inquiry subunit is used for acquiring the group identification of the group if the inquiry operation is backtracking, and inquiring the pulled chat record information from the local database according to the group identification; and the target message identification determining subunit is used for determining the target message identifications of the chat-record messages in the preset number or the preset time range of the last interval to be pulled of the group according to the pulled chat-record messages.
In one possible implementation, the message content download module 230 includes: a message set inquiring unit and a target message content downloading unit;
the message set inquiring unit is used for inquiring the corresponding chat record message set to be downloaded through the server according to the target message identifier; and the target message content downloading unit is used for downloading message contents of a plurality of target chat record messages corresponding to the chat record message set from the server and storing the message contents in a local database.
In one possible implementation, the message synchronization device 200 of the social group further includes: and the message content display module is used for displaying the message content of the target chat record message on a chat interface according to the target message time stamp corresponding to the target chat record message. The message synchronization device of the social group in the embodiment may execute the message synchronization method of the social group shown in the foregoing embodiment of the present application, and the implementation principle is similar, and will not be repeated here.
An embodiment of the present application provides an electronic device, including: a memory and a processor; at least one program stored in the memory for execution by the processor, which, when executed by the processor, performs: the problem that the flow and the storage space are wasted due to the fact that all the messages of the social group are synchronized is avoided, chat record messages are selectively downloaded according to the query operation of the user, unnecessary flow waste is reduced, and the storage space of the client is saved.
In an alternative embodiment, an electronic device is provided, as shown in fig. 7, the electronic device 4000 shown in fig. 7 includes: a processor 4001 and a memory 4003. Wherein the processor 4001 is coupled to the memory 4003, such as via a bus 4002. Optionally, the electronic device 4000 may further comprise a transceiver 4004, the transceiver 4004 may be used for data interaction between the electronic device and other electronic devices, such as transmission of data and/or reception of data, etc. It should be noted that, in practical applications, the transceiver 4004 is not limited to one, and the structure of the electronic device 4000 is not limited to the embodiment of the present application.
The processor 4001 may be a CPU (Central Processing Unit ), general purpose processor, DSP (Digital Signal Processor, data signal processor), ASIC (Application Specific Integrated Circuit ), FPGA (Field Programmable Gate Array, field programmable gate array) or other programmable logic device, transistor logic device, hardware components, or any combination thereof. Which may implement or perform the various exemplary logic blocks, modules, and circuits described in connection with this disclosure. The processor 4001 may also be a combination that implements computing functionality, e.g., comprising one or more microprocessor combinations, a combination of a DSP and a microprocessor, etc.
Bus 4002 may include a path to transfer information between the aforementioned components. Bus 4002 may be a PCI (Peripheral Component Interconnect, peripheral component interconnect standard) bus or an EISA (Extended Industry Standard Architecture ) bus, or the like. The bus 4002 can be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in fig. 7, but not only one bus or one type of bus.
Memory 4003 may be, but is not limited to, ROM (Read Only Memory) or other type of static storage device that can store static information and instructions, RAM (Random Access Memory ) or other type of dynamic storage device that can store information and instructions, EEPROM (Electrically Erasable Programmable Read Only Memory ), CD-ROM (Compact Disc Read Only Memory, compact disc Read Only Memory) or other optical disk storage, optical disk storage (including compact discs, laser discs, optical discs, digital versatile discs, blu-ray discs, etc.), magnetic disk storage media or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
The memory 4003 is used for storing application program codes for executing the present application, and execution is controlled by the processor 4001. The processor 4001 is configured to execute application program codes stored in the memory 4003 to realize what is shown in the foregoing method embodiment.
Among them, electronic devices include, but are not limited to: mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and stationary terminals such as digital TVs, desktop computers, and the like. The electronic device shown in fig. 7 is merely an example and should not be construed to limit the functionality and scope of use of the disclosed embodiments.
The present application provides a computer readable storage medium having a computer program stored thereon, which when run on a computer, causes the computer to perform the corresponding method embodiments described above. Compared with the prior art, the method and the device for downloading the chat record information avoid the problem that flow and storage space are wasted due to the fact that all the messages of the social group are synchronized, the chat record information is selectively downloaded according to query operation of a user, unnecessary flow waste is reduced, and storage space of a client side is saved.
Embodiments of the present application provide a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. A computer device, such as a processor of an electronic device, reads the computer instructions from a computer-readable storage medium, and the processor executes the computer instructions such that the computer device, when executed, performs the following:
pulling a message identifier and a message time stamp corresponding to the chat record message from the server, and storing the message identifier and the message time stamp in a local database;
acquiring inquiry operation executed by a user on a message timestamp, and determining a target message identifier corresponding to the message content of the chat-record message to be pulled according to the inquiry operation;
And downloading the message content of the corresponding chat record message from the server according to the target message identifier.
It should be noted that the computer readable medium described in the present disclosure may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present disclosure, however, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, fiber optic cables, RF (radio frequency), and the like, or any suitable combination of the foregoing.
The computer readable medium may be contained in the electronic device; or may exist alone without being incorporated into the electronic device.
The computer-readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to perform the methods shown in the above-described embodiments.
Computer program code for carrying out operations of the present disclosure may be written in one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present disclosure may be implemented in software or hardware. The name of the module is not limited to the module itself in some cases, and for example, the message identifier pulling module may also be described as a "pulling a module for the message identifier".
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited in order and may be performed in other orders, unless explicitly stated herein. Moreover, at least some of the steps in the flowcharts of the figures may include a plurality of sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, the order of their execution not necessarily being sequential, but may be performed in turn or alternately with other steps or at least a portion of the other steps or stages.
The foregoing is only a partial embodiment of the present application, and it should be noted that, for a person skilled in the art, several improvements and modifications can be made without departing from the principle of the present application, and these improvements and modifications should also be considered as the protection scope of the present application.

Claims (8)

1. A method for synchronizing messages of a social group, comprising the steps of:
the message identification and the message time stamp corresponding to the chat record message are pulled from the server and stored in a local database, and the method comprises the following steps: reading the last pulling time of the last pulling information mark and the message time stamp; synchronously pulling a message identifier and a message timestamp corresponding to the chat record message in a time section between the last pulling time and the current pulling time from a server in batches according to the last pulling time, and storing the message identifier and the message timestamp in a local database;
Pulling a preset number of latest chat record messages of at least one group from the server according to the message identifier and the message timestamp, and storing the latest chat record messages in a local database;
when receiving a group entering operation of a user, caching the latest chat record message corresponding to the group from the local database to a memory, and displaying the message content of the latest chat record message through the memory;
acquiring a query operation executed by a user based on the displayed message time stamp, and determining a target message identifier corresponding to the message content of the chat-record message to be pulled according to the query operation; wherein the querying operation includes: performing a sliding operation on the interface to view chat log messages of the context; and/or inputting a message time range to view chat-recording messages within the corresponding time range;
and downloading the message content of the corresponding chat record message from the server according to the target message identifier.
2. The method according to claim 1, wherein the step of determining, according to the query operation, a target message identifier corresponding to a message content of the chat-recording message to be pulled, includes:
when a user enters a group chat interface, determining a target message identification of the chat-record message of the last interval to be pulled in the group according to the query direction of the query operation and the pulled chat-record message.
3. The method of claim 2, wherein the step of determining the destination message identification of the chat-record message of the last interval to be pulled for the group based on the query direction of the query operation and the pulled chat-record message comprises:
if the query operation is a backtracking query, acquiring a group identifier of the group, and querying the pulled chat record message from the local database according to the group identifier;
and determining the preset number of the last interval to be pulled of the group or the target message identification of the chat-record message in the preset time range according to the pulled chat-record message.
4. The method of claim 1, wherein the step of downloading the message content of the corresponding chat-record message from the server based on the target message identification comprises:
inquiring a corresponding chat record message set to be downloaded through a server according to the target message identifier;
and downloading message contents of a plurality of target chat record messages corresponding to the chat record message set from the server, and storing the message contents in a local database.
5. The method of claim 4, further comprising, after the step of downloading the message content of the corresponding chat-record message from the server according to the destination message identification:
And displaying the message content of the target chat record message on a chat interface according to the target message time stamp corresponding to the target chat record message.
6. A message synchronization apparatus for a social group, comprising:
the message identifier pulling module is used for pulling the message identifier and the message timestamp corresponding to the chat record message from the server and storing the message identifier and the message timestamp in the local database, and comprises the following steps: reading the last pulling time of the last pulling information mark and the message time stamp; synchronously pulling a message identifier and a message timestamp corresponding to the chat record message in a time section between the last pulling time and the current pulling time from a server in batches according to the last pulling time, and storing the message identifier and the message timestamp in a local database;
the latest information display module comprises a latest information pulling unit and a latest information content display unit;
the latest message pulling unit is used for pulling a preset number of latest chat record messages of at least one group from the server according to the message identifier and the message timestamp and storing the latest chat record messages in a local database;
the latest information content display unit is used for caching the latest chat record information corresponding to the group from the local database to the memory when receiving the group entering operation of the user, and displaying the information content of the latest chat record information through the memory;
The target message determining module is used for acquiring a query operation executed by a user based on the displayed message time stamp and determining a target message identifier corresponding to the message content of the chat record message to be pulled according to the query operation; wherein the querying operation includes: performing a sliding operation on the interface to view chat log messages of the context; and/or inputting a message time range to view chat-recording messages within the corresponding time range;
and the message content downloading module is used for downloading the message content of the corresponding chat record message from the server according to the target message identifier.
7. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of message synchronization for a social group of any of claims 1-5 when the program is executed by the processor.
8. A computer readable storage medium, characterized in that the computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the method of message synchronization of a social group according to any of claims 1-5.
CN202110138944.5A 2021-02-01 2021-02-01 Social group message synchronization method, device, equipment and storage medium Active CN113612676B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110138944.5A CN113612676B (en) 2021-02-01 2021-02-01 Social group message synchronization method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110138944.5A CN113612676B (en) 2021-02-01 2021-02-01 Social group message synchronization method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113612676A CN113612676A (en) 2021-11-05
CN113612676B true CN113612676B (en) 2024-01-19

Family

ID=78303232

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110138944.5A Active CN113612676B (en) 2021-02-01 2021-02-01 Social group message synchronization method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113612676B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544293A (en) * 2013-10-30 2014-01-29 宇龙计算机通信科技(深圳)有限公司 Chatting record viewing method and mobile terminal of method
CN103684980A (en) * 2012-09-17 2014-03-26 阿里巴巴集团控股有限公司 Method and system for synchronizing chatting records in instant chat tool
WO2018094572A1 (en) * 2016-11-22 2018-05-31 深圳前海达闼云端智能科技有限公司 Information viewing method, device and equipment
CN109600240A (en) * 2018-12-21 2019-04-09 北京云中融信网络科技有限公司 Group Communications method and device
CN109829086A (en) * 2018-12-29 2019-05-31 维沃移动通信有限公司 Chat record querying method, device, terminal and computer storage medium
CN110365739A (en) * 2019-06-05 2019-10-22 平安科技(深圳)有限公司 Message synchronization method, apparatus, computer installation and computer readable storage medium
CN110620699A (en) * 2019-08-02 2019-12-27 北京字节跳动网络技术有限公司 Message arrival rate determination method, device, equipment and computer readable storage medium
CN110932966A (en) * 2019-12-09 2020-03-27 网易(杭州)网络有限公司 Message processing method and device, computer storage medium and electronic equipment
CN111770350A (en) * 2020-06-23 2020-10-13 北京字节跳动网络技术有限公司 Method and device for pulling message in live broadcast room, computer equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104836719B (en) * 2014-02-11 2019-01-01 阿里巴巴集团控股有限公司 A kind of synchronous method and system of instant messaging unread message

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103684980A (en) * 2012-09-17 2014-03-26 阿里巴巴集团控股有限公司 Method and system for synchronizing chatting records in instant chat tool
CN103544293A (en) * 2013-10-30 2014-01-29 宇龙计算机通信科技(深圳)有限公司 Chatting record viewing method and mobile terminal of method
WO2018094572A1 (en) * 2016-11-22 2018-05-31 深圳前海达闼云端智能科技有限公司 Information viewing method, device and equipment
CN109600240A (en) * 2018-12-21 2019-04-09 北京云中融信网络科技有限公司 Group Communications method and device
CN109829086A (en) * 2018-12-29 2019-05-31 维沃移动通信有限公司 Chat record querying method, device, terminal and computer storage medium
CN110365739A (en) * 2019-06-05 2019-10-22 平安科技(深圳)有限公司 Message synchronization method, apparatus, computer installation and computer readable storage medium
CN110620699A (en) * 2019-08-02 2019-12-27 北京字节跳动网络技术有限公司 Message arrival rate determination method, device, equipment and computer readable storage medium
CN110932966A (en) * 2019-12-09 2020-03-27 网易(杭州)网络有限公司 Message processing method and device, computer storage medium and electronic equipment
CN111770350A (en) * 2020-06-23 2020-10-13 北京字节跳动网络技术有限公司 Method and device for pulling message in live broadcast room, computer equipment and storage medium

Also Published As

Publication number Publication date
CN113612676A (en) 2021-11-05

Similar Documents

Publication Publication Date Title
CN106874471B (en) Information pushing method and device
CN112311841B (en) Information pushing method and device, electronic equipment and computer readable medium
CN112311656B (en) Message aggregation and display method and device, electronic equipment and computer readable medium
CN110781373B (en) List updating method and device, readable medium and electronic equipment
CN104253741A (en) Information sending method and device and system thereof
CN111246228B (en) Method, device, medium and electronic equipment for updating gift resources of live broadcast room
CN108334516B (en) Information pushing method and device
CN112312222A (en) Video sending method and device and electronic equipment
CN111596991A (en) Interactive operation execution method and device and electronic equipment
CN112965673A (en) Content printing method, device, equipment and storage medium
EP3506599A1 (en) Method for synchronizing contact information, apparatus, medium, electronic device and system
CN108549586B (en) Information processing method and device
CN114356335A (en) Data processing method, device, equipment and medium
CN111225255B (en) Target video push playing method and device, electronic equipment and storage medium
CN112838980A (en) Message processing method, system, device, electronic equipment and storage medium
CN110619101B (en) Method and apparatus for processing information
CN112948138A (en) Method and device for processing message
CN113612676B (en) Social group message synchronization method, device, equipment and storage medium
CN112307393A (en) Information issuing method and device and electronic equipment
CN113590985B (en) Page jump configuration method and device, electronic equipment and computer readable medium
CN113079085B (en) Business service interaction method, business service interaction device, business service interaction equipment and storage medium
CN111628913B (en) Online time length determining method and device, readable medium and electronic equipment
CN111368557B (en) Video content translation method, device, equipment and computer readable medium
CN112732457A (en) Image transmission method, image transmission device, electronic equipment and computer readable medium
CN107181772B (en) Method and device for updating client state on line in real time

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant