CPSSD / rabble

Rabble is a federated blogging platform built with ActivityPub
MIT License
7 stars 1 forks source link

Follows for invalid users are still processed #574

Open iandioch opened 5 years ago

iandioch commented 5 years ago
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | Sending follow request.
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | a@None has requested to follow ']@None.
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | User a@None (id None) host_is_null: True requested from database
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | Found user a@None (id None) from database
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | User ']@None (id None) host_is_null: True requested from database
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | No user ']@None (id None) found
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | Could not find or create user ']@None
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | Sending follow request.
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | a@None has requested to follow @None.
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | User a@None (id None) host_is_null: True requested from database
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | Found user a@None (id None) from database
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | User @None (id None) host_is_null: True requested from database
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | > 1 user found in database for @None (id None), returning first one.
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | User ID 2 has requested to follow User ID 1
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: follows_service_1_1            | Adding <User ID 2 following User ID 1> to db.
Apr 15 14:39:39 scw-quizzical-colden start_production.sh[12032]: database_service_1_1           | Inserting new follow into Follow database.