| The Following 3 Users Say Thank You to late666 For This Useful Post: | ||
cd .rtcom-eventlogger cp el-v1.db el-v1.db.bak sqlite3 el-v1.db
update Events set is_read = 1 where is_read = 0 and event_type_id = 11; .quit killall rtcom-messaging-ui
select * from Events where event_type_id = 11 and is_read = 0;
| The Following 3 Users Say Thank You to Char For This Useful Post: | ||
update GroupCache set read_events = total_events where read_events != total_events; .quit killall rtcom-messaging-ui