feat: Notification on new messages in conversation (#1204)
fixes: #895 fixes: #1118 fixes: #1075 Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
co-authored by
Pranav Raj S
parent
3b92c744d6
commit
31c07771e8
@@ -0,0 +1,5 @@
|
||||
class RenameUserLastSeen < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
rename_column :conversations, :user_last_seen_at, :contact_last_seen_at
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user