diff options
author | Evan Prodromou <evan@status.net> | 2009-09-15 18:29:14 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-21 22:43:41 -0400 |
commit | 6fc5c934ed41b7bc966abbd01832b4b58522f59d (patch) | |
tree | 9143d6328cbd09eb4930267b03c74d31dae0abc2 /classes | |
parent | 2ed073f2956ded804e39a9259408ac59ca46189f (diff) |
statusnet.ini update
Diffstat (limited to 'classes')
-rwxr-xr-x[-rw-r--r--] | classes/statusnet.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/classes/statusnet.ini b/classes/statusnet.ini index 453981cd6..7931c7bcd 100644..100755 --- a/classes/statusnet.ini +++ b/classes/statusnet.ini @@ -1,3 +1,4 @@ + [avatar] profile_id = 129 original = 17 @@ -243,6 +244,15 @@ created = 142 [invitation__keys] code = K +[location_namespace] +id = 129 +description = 2 +created = 142 +modified = 384 + +[location_namespace__keys] +id = K + [message] id = 129 uri = 2 @@ -284,6 +294,10 @@ reply_to = 1 is_local = 17 source = 2 conversation = 1 +lat = 1 +lon = 1 +location_id = 1 +location_ns = 1 [notice__keys] id = N @@ -325,6 +339,10 @@ profileurl = 2 homepage = 2 bio = 34 location = 2 +lat = 1 +lon = 1 +location_id = 1 +location_ns = 1 created = 142 modified = 384 |