]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - classes/statusnet.links.ini
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
[quix0rs-gnu-social.git] / classes / statusnet.links.ini
1 [avatar]
2 profile_id = profile:id
3
4 [user]
5 id = profile:id
6 carrier = sms_carrier:id
7
8 [remote_profile]
9 id = profile:id
10
11 [notice]
12 profile_id = profile:id
13 reply_to = notice:id
14
15 [reply]
16 notice_id = notice:id
17 profile_id = profile:id
18
19 [token]
20 consumer_key = consumer:consumer_key
21
22 ; Compatibility hack for PHP 5.3
23 ; This entry has been moved to the class definition, as commas are no longer
24 ; considered valid in keys, causing parse_ini_file() to reject the whole file.
25 ;[nonce]
26 ;consumer_key,token = token:consumer_key,token
27
28 [confirm_address]
29 user_id = user:id
30
31 [remember_me]
32 user_id = user:id
33
34 [queue_item]
35 notice_id = notice:id
36
37 [subscription]
38 subscriber = profile:id
39 subscribed = profile:id
40
41 [fave]
42 notice_id = notice:id
43 user_id = user:id
44
45 [file_oembed]
46 file_id = file:id
47
48 [file_redirection]
49 file_id = file:id
50
51 [file_thumbnail]
52 file_id = file:id
53
54 [file_to_post]
55 file_id = file:id
56 post_id = notice:id
57