mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add reaction to chat
This commit is contained in:
@@ -104,6 +104,13 @@ export class MessageRepositoryService {
|
||||
return err(false)
|
||||
}
|
||||
|
||||
reactToMessage(data) {
|
||||
this.messageLiveSignalRDataSourceService.sendData({
|
||||
method: 'ReactMessage',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
async listAllMessagesByRoomId(id: string) {
|
||||
const result = await this.messageRemoteDataSourceService.getMessagesFromRoom(id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user