From 0f888b18bf7e6eecc0a2aa5aaa015cf3b9c755be Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 27 Jun 2017 15:46:54 +0200 Subject: Photo support --- common/domain/contact.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain/contact.fbs') diff --git a/common/domain/contact.fbs b/common/domain/contact.fbs index d941d5a..e689756 100644 --- a/common/domain/contact.fbs +++ b/common/domain/contact.fbs @@ -13,6 +13,7 @@ table Contact { addressbook:string; emails: [ContactEmail]; vcard: string; + photo: string; } root_type Contact; -- cgit v1.2.3