hackclub / toriel

👋 A friendly bot that assists new members with joining Hack Club
https://toriel.hackclub.com
32 stars 14 forks source link

Don't delete tombstones #238

Closed aboutdavid closed 3 months ago

aboutdavid commented 3 months ago

Slack can't do it anyways, it will attempt to delete messages like these objects

{
  subtype: 'tombstone',
  text: 'This message was deleted.',
  user: 'USLACKBOT',
  hidden: true,
  type: 'message',
  ts: '1715816895.059599',
  thread_ts: '1715816895.059599',
  parent_user_id: 'USLACKBOT',
  reply_count: 1,
  reply_users_count: 1,
  latest_reply: '1715823386.583979',
  reply_users: [ 'U04CBLNSVH6' ],
  is_locked: false,
  subscribed: false
}

It appears to be associated with some Data Loss Prevention thing

jaspermayone commented 3 months ago

@aboutdavid if this is tested lmk and I'll merge

aboutdavid commented 3 months ago

It has been tested