diff options
author | Max Kostikov <max@kostikov.co> | 2018-11-29 10:34:18 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-11-29 10:34:18 +0100 |
commit | 92a5b9ac41b6e60c5250307a2cd6f58802cd0fd5 (patch) | |
tree | d3274a5affeee72403bf4d5b505fade58d6954e0 | |
parent | cded6b11366e15d6d4ac3eb6d9f86f4d0a60fa7c (diff) | |
download | volse-hubzilla-92a5b9ac41b6e60c5250307a2cd6f58802cd0fd5.tar.gz volse-hubzilla-92a5b9ac41b6e60c5250307a2cd6f58802cd0fd5.tar.bz2 volse-hubzilla-92a5b9ac41b6e60c5250307a2cd6f58802cd0fd5.zip |
Add PHOTO_CACHE photo type
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -53,7 +53,7 @@ define ( 'PLATFORM_NAME', 'hubzilla' ); define ( 'STD_VERSION', '3.9.5' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1228 ); +define ( 'DB_UPDATE_VERSION', 1229 ); define ( 'PROJECT_BASE', __DIR__ ); @@ -217,6 +217,7 @@ define ( 'PHOTO_PROFILE', 0x0001 ); define ( 'PHOTO_XCHAN', 0x0002 ); define ( 'PHOTO_THING', 0x0004 ); define ( 'PHOTO_COVER', 0x0010 ); +define ( 'PHOTO_CACHE', 0x0020 ); define ( 'PHOTO_ADULT', 0x0008 ); define ( 'PHOTO_FLAG_OS', 0x4000 ); |