mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 00:25:17 +00:00
Send a message through websocket for updated messages
This commit is contained in:
@ -317,7 +317,7 @@ export class ConversationsHelper {
|
||||
* @param messageID The ID of the message to get
|
||||
* @throws If the message was not found
|
||||
*/
|
||||
private static async GetSingleMessage(messageID: number) : Promise<ConversationMessage> {
|
||||
public static async GetSingleMessage(messageID: number) : Promise<ConversationMessage> {
|
||||
const row = await DatabaseHelper.QueryRow({
|
||||
table: MESSAGES_TABLE,
|
||||
where: {
|
||||
|
Reference in New Issue
Block a user