vue-chat
vue-chat copied to clipboard
need a method of clearUserMessage
Please implement the clearUserMessage method in JavaScript, similar to the interface in the Android SDK. Thank you.
你好,Android SDK 里面的clearUserMessage是清除本地存储的指定用户的消息,由于 web 端,并没有本地存储,每次登录时,都会从服务端拉取最新的一批消息,所以这个方法对 web 来说没什么意义。