Added processing of incoming block notices

This commit is contained in:
Michael
2022-04-05 19:14:29 +00:00
parent 79526564ca
commit c0b3c527d6
6 changed files with 99 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
-- ------------------------------------------
-- Friendica 2022.05-dev (Siberian Iris)
-- DB_UPDATE_VERSION 1454
-- DB_UPDATE_VERSION 1455
-- ------------------------------------------
@@ -1526,6 +1526,7 @@ CREATE TABLE IF NOT EXISTS `user-contact` (
`ignored` boolean COMMENT 'Posts from this contact are ignored',
`collapsed` boolean COMMENT 'Posts from this contact are collapsed',
`hidden` boolean COMMENT 'This contact is hidden from the others',
`is-blocked` boolean COMMENT 'User is blocked by this contact',
`pending` boolean COMMENT '',
`rel` tinyint unsigned COMMENT 'The kind of the relation between the user and the contact',
`info` mediumtext COMMENT '',