photos were not working in private mail

This commit is contained in:
Friendika 2011-06-30 19:02:11 -07:00
parent 9aeccaaa9e
commit cdddfca0b5
4 changed files with 13 additions and 4 deletions

View file

@ -243,7 +243,7 @@ CREATE TABLE IF NOT EXISTS `mail` (
`from-url` char(255) NOT NULL,
`contact-id` char(255) NOT NULL,
`title` char(255) NOT NULL,
`body` text NOT NULL,
`body` mediumtext NOT NULL,
`seen` tinyint(1) NOT NULL,
`replied` tinyint(1) NOT NULL,
`uri` char(255) NOT NULL,