You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r9k mode permanently locks content so that every post must be unique. This includes both files and text content.
This would require a new table in the db to permanently store md5 hashes of images and text in a board so even when content is pruned, it is still permanently blocked from being uploaded again.
{
integer id
integer board_id
varchar md5
}
The text was updated successfully, but these errors were encountered:
r9k mode permanently locks content so that every post must be unique. This includes both files and text content.
This would require a new table in the db to permanently store md5 hashes of images and text in a board so even when content is pruned, it is still permanently blocked from being uploaded again.
The text was updated successfully, but these errors were encountered: