ChrisHammond / dnnCHAT

This module for DNN 7.1.0+ utilizes SignalR and DAL2 to create a Chat Room functionality for DNN
http://www.dnnchat.com
Other
24 stars 21 forks source link

Ability to Delete without hard deleting #15

Closed ChrisHammond closed 10 years ago

ChrisHammond commented 11 years ago

Add ability to have chat messages "deleted" but not removed from the database

ChrisHammond commented 10 years ago

Made some progress on this today. Added the IsDeleted column to DnnChat_Messages, added to MessageController as well. Still need to wire up a UI for this.