main
Bob Mottram 2025-04-06 21:10:01 +01:00
parent 4b8433f053
commit 3db4a3c45c
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ def receive_quote_request(message_json: {}, federation_list: [],
mitm_servers: [],
last_quote_request) -> bool:
"""Receives a QuoteRequest within the POST section of HTTPServer
https://codeberg.org/fediverse/fep/src/branch/main/fep/044f/fep-044f.md
"""
if message_json['type'] != 'QuoteRequest':
return False