my.fbmessenger.android: add optional facebook_id

This commit is contained in:
Dima Gerasimov 2023-02-19 03:55:11 +00:00 committed by karlicoss
parent af874d2d75
commit eff9c02886
2 changed files with 47 additions and 13 deletions

View file

@ -142,6 +142,7 @@ class hackernews:
class fbmessenger:
class fbmessengerexport:
export_db: PathIsh
facebook_id: Optional[str]
class android:
export_path: Paths