mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-05 00:12:47 +02:00
9326868f6e
- Added `companion_import_repeater_contacts` method in `SQLiteHandler` to import repeater adverts into a companion's contact store, with options for filtering by contact types, last seen hours, and import limits. - Introduced `_get_sqlite_handler` method in `CompanionAPIEndpoints` to ensure the SQLite handler is available for contact import operations. - Created `import_repeater_contacts` endpoint to handle POST requests for importing contacts, validating input parameters, and returning the count of successfully imported contacts. - Updated the frontend to reflect changes in the contact import process, ensuring a seamless user experience.