mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
fix: remove vcard support, waiting for better implementation
This commit is contained in:
@@ -72,13 +72,6 @@ class Message extends Model<Message> {
|
||||
|
||||
@BelongsTo(() => Contact, "contactId")
|
||||
contact: Contact;
|
||||
|
||||
@ForeignKey(() => Contact)
|
||||
@Column
|
||||
vcardContactId: number;
|
||||
|
||||
@BelongsTo(() => Contact, "vcardContactId")
|
||||
vcardContact: Contact;
|
||||
}
|
||||
|
||||
export default Message;
|
||||
|
||||
Reference in New Issue
Block a user