mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
feat: added new method to fetch old whatsapp messages
This commit is contained in:
@@ -3,7 +3,7 @@ import React, { useState, createContext } from "react";
|
||||
const ReplyMessageContext = createContext();
|
||||
|
||||
const ReplyMessageProvider = ({ children }) => {
|
||||
const [replyingMessage, setReplyingMessage] = useState({});
|
||||
const [replyingMessage, setReplyingMessage] = useState(null);
|
||||
|
||||
return (
|
||||
<ReplyMessageContext.Provider
|
||||
|
||||
Reference in New Issue
Block a user