2008-07-18 02:34:44 +01:00
|
|
|
[avatar]
|
|
|
|
profile_id = profile:id
|
|
|
|
|
|
|
|
[user]
|
|
|
|
id = profile:id
|
|
|
|
carrier = sms_carrier:id
|
|
|
|
|
|
|
|
[remote_profile]
|
|
|
|
id = profile:id
|
|
|
|
|
|
|
|
[notice]
|
|
|
|
profile_id = profile:id
|
|
|
|
reply_to = notice:id
|
|
|
|
|
|
|
|
[reply]
|
|
|
|
notice_id = notice:id
|
|
|
|
profile_id = profile:id
|
|
|
|
|
|
|
|
[token]
|
|
|
|
consumer_key = consumer:consumer_key
|
|
|
|
|
2010-02-12 19:15:12 +00:00
|
|
|
; Compatibility hack for PHP 5.3
|
|
|
|
; This entry has been moved to the class definition, as commas are no longer
|
|
|
|
; considered valid in keys, causing parse_ini_file() to reject the whole file.
|
|
|
|
;[nonce]
|
|
|
|
;consumer_key,token = token:consumer_key,token
|
2008-07-18 05:15:49 +01:00
|
|
|
|
2008-07-18 02:34:44 +01:00
|
|
|
[confirm_address]
|
|
|
|
user_id = user:id
|
|
|
|
|
|
|
|
[remember_me]
|
|
|
|
user_id = user:id
|
|
|
|
|
|
|
|
[queue_item]
|
|
|
|
notice_id = notice:id
|
|
|
|
|
2008-07-22 17:02:13 +01:00
|
|
|
[subscription]
|
|
|
|
subscriber = profile:id
|
|
|
|
subscribed = profile:id
|
2008-08-13 15:26:37 +01:00
|
|
|
|
|
|
|
[fave]
|
|
|
|
notice_id = notice:id
|
|
|
|
user_id = user:id
|
2009-05-11 18:45:00 +01:00
|
|
|
|
|
|
|
[file_oembed]
|
|
|
|
file_id = file:id
|
|
|
|
|
|
|
|
[file_redirection]
|
|
|
|
file_id = file:id
|
|
|
|
|
|
|
|
[file_thumbnail]
|
|
|
|
file_id = file:id
|
|
|
|
|
|
|
|
[file_to_post]
|
|
|
|
file_id = file:id
|
2009-05-13 19:27:32 +01:00
|
|
|
post_id = notice:id
|
2009-05-11 18:45:00 +01:00
|
|
|
|