Index: openacs-4/packages/chat/chat.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/chat.info,v diff -u -N -r1.22.2.16 -r1.22.2.17 --- openacs-4/packages/chat/chat.info 19 May 2020 10:22:22 -0000 1.22.2.16 +++ openacs-4/packages/chat/chat.info 14 Dec 2020 09:43:37 -0000 1.22.2.17 @@ -9,7 +9,7 @@ f t - + Peter Alberer Server based chat with an html and ajax client. 2019-03-01 @@ -22,7 +22,7 @@ 0 - + Index: openacs-4/packages/chat/tcl/xotcl-chat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/tcl/Attic/xotcl-chat-procs.tcl,v diff -u -N -r1.1.2.13 -r1.1.2.14 --- openacs-4/packages/chat/tcl/xotcl-chat-procs.tcl 30 Jul 2020 14:44:08 -0000 1.1.2.13 +++ openacs-4/packages/chat/tcl/xotcl-chat-procs.tcl 14 Dec 2020 09:43:37 -0000 1.1.2.14 @@ -382,6 +382,9 @@ -references "chat_rooms(room_id) on delete cascade" } + ::xo::db::require index \ + -table chat_transcripts -col room_id + ::xo::db::chat_transcript ad_instproc save_new {} { Save a new transcript, making sure its creator is granted the necessary operative privileges.