Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
316 views
in Technique[技术] by (71.8m points)

function - How can i add a feature like Delete for Everyone in my chat app


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I am under the impression that you have an API/service that handles sending/receiving messages on both ends of the chat. So, my suggestion is to add an extra parameter to your message element class that can toggle the status (thus the UI - showing 'This message has been deleted' or hiding the message altogether) of the message based on whether sender has deleted the message.

Each message would have a unique identifier, and based on this you can send a request to your server to update the status of the selected message on the receiver end.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...