]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/statusnet.links.ini
hard-require the adapter
[quix0rs-gnu-social.git] / classes / statusnet.links.ini
index 7f233e6760be02689ad98fc5dcf62905c32689a9..17a8c40085053e1ab3ecc9399a66abe95ac5e933 100644 (file)
@@ -11,6 +11,7 @@ id = profile:id
 [notice]
 profile_id = profile:id
 reply_to = notice:id
+profile_id = profile_tag:tagged
 
 [reply]
 notice_id = notice:id
@@ -19,8 +20,11 @@ profile_id = profile:id
 [token]
 consumer_key = consumer:consumer_key
 
-[nonce]
-consumer_key,token = token:consumer_key,token
+; 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
 
 [confirm_address]
 user_id = user:id
@@ -52,3 +56,19 @@ file_id = file:id
 file_id = file:id
 post_id = notice:id
 
+[profile_list]
+tagger = profile:id
+
+[profile_tag]
+tagger = profile:id
+tagged = profile:id
+; in class definition:
+;tag,tagger = profile_list:tag,tagger
+
+[profile_list]
+tagger = profile:id
+
+[profile_tag_subscription]
+profile_tag_id = profile_list:id
+profile_id = profile:id
+