Open mjovanc opened 1 year ago
As in Hugin Desktop, it would be great to have the option to have a block list for Hugin Addresses.
char *block_list_table_sql = "DROP TABLE IF EXISTS main.block_list;" "CREATE TABLE main.block_list(id INTEGER PRIMARY KEY, username TEXT, hugin_address TEXT);";
As in Hugin Desktop, it would be great to have the option to have a block list for Hugin Addresses.