]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - classes/statusnet.links.ini
Annihilate profile_tag_inbox.
[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 profile_id = profile_tag:tagged
15
16 [reply]
17 notice_id = notice:id
18 profile_id = profile:id
19
20 [token]
21 consumer_key = consumer:consumer_key
22
23 ; Compatibility hack for PHP 5.3
24 ; This entry has been moved to the class definition, as commas are no longer
25 ; considered valid in keys, causing parse_ini_file() to reject the whole file.
26 ;[nonce]
27 ;consumer_key,token = token:consumer_key,token
28
29 [confirm_address]
30 user_id = user:id
31
32 [remember_me]
33 user_id = user:id
34
35 [queue_item]
36 notice_id = notice:id
37
38 [subscription]
39 subscriber = profile:id
40 subscribed = profile:id
41
42 [fave]
43 notice_id = notice:id
44 user_id = user:id
45
46 [file_oembed]
47 file_id = file:id
48
49 [file_redirection]
50 file_id = file:id
51
52 [file_thumbnail]
53 file_id = file:id
54
55 [file_to_post]
56 file_id = file:id
57 post_id = notice:id
58
59 [profile_list]
60 tagger = profile:id
61
62 [profile_tag]
63 tagger = profile:id
64 tagged = profile:id
65 ; in class definition:
66 ;tag,tagger = profile_list:tag,tagger
67
68 [profile_list]
69 tagger = profile:id
70
71 [profile_tag_subscription]
72 profile_tag_id = profile_list:id
73 profile_id = profile:id
74