Remote activity with verb 'make-friend' and 'like' ignored
Remote activity with verb 'make-friend' and 'like' ignored
| Issue ID: | 3437 |
| Issue Category: | other |
| Component: | ostatus |
| Priority: | minor |
| Status: | active |
| Assigned: | Unassigned |
| Version: | 1.0 |
some activites do not appear in my statusnet (I use SubMirror to import them)
!statusnet tells me: Ignoring activity with unrecognized verb
e.g. for verbs: like + make-friend (1)
I understand the reason for "make-friend" because of note in (2):
"...processors MUST NOT accept activities with this verb unless they are able to verify through some external means that there is in fact a reciprocated connection."
but from what I read there "like" should be possible, or not?
"Indicates that the actor marked the object as an item of special interest. The "like" verb is considered to be an alias of "favorite". The two verb are semantically identical."
and "favorite: Indicates that the actor marked the object as an item of special interest."
Is this because it's a draft and it's not yet implemented?
(1) some examples:
2011-09-25 13:06:57 LOG_INFO: [statusnet.skilledtests.com:10822.f3377094 POST /main/push/callback/2] Ignoring activity with unrecognized verb http://activitystrea.ms/schema/1.0/make-friend
2011-09-26 04:56:47 LOG_INFO: [statusnet.skilledtests.com:9320.598144da POST /main/push/callback/2] Ignoring activity with unrecognized verb http://activitystrea.ms/schema/1.0/make-friend
2011-09-26 15:38:12 LOG_INFO: [statusnet.skilledtests.com:425.4ce89706 POST /main/push/callback/2] Ignoring activity with unrecognized verb http://activitystrea.ms/schema/1.0/like
(2) Activity Base Schema (Draft), activity-schema-01
http://activitystrea.ms/head/activity-schema.html
statusnet version: 1.0.0rc1 (last commit 22.9.)

Updates
#1
We're conservative and don't accept activities with verbs that aren't preprogrammed in.
You can also subscribe to the
RSS feed for updates to this issue.