Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit a0ec150

Browse files
author
Rick Lansky
committed
S113415: Remove twitter mentions from www.flowdock.com
1 parent 03003cb commit a0ec150

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

docs/message-types.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ contains the actual comment. The id of the parent message is stored in a [specia
102102
<div id="/action"></div>
103103
## Event: action
104104

105-
Action events are sent by various activities, such as adding Twitter stream.
105+
Action events are sent by various activities, such as adding an RSS feed.
106106

107107
### Data
108108

@@ -124,10 +124,6 @@ string or an object.
124124
| uninvite | An invitation is canceled by a member of the flow. `description` is the same as in `invite`. |
125125
| add\_rss\_feed | An RSS/Atom feed is added to the flow. `description` is the URL of the feed. |
126126
| remove\_rss\_feed | An RSS/Atom feed is removed from the flow. `description` is the same as in `add_rss_feed`. |
127-
| add\_twitter\_follow | Start following a Twitter user in the flow. `description` is the username of the Twitter user. |
128-
| remove\_twitter\_follow | Stop following a Twitter user in the flow. `description` is the same as in `add_twitter_follow`. |
129-
| add\_twitter\_search | A Twitter keyword search is added to the flow. `description` contains the Twitter search term. |
130-
| remove\_twitter\_search | A Twitter keyword is removed from the flow. `description` is the same as in `add_twitter_search`. |
131127

132128
### Sample
133129
```json
@@ -140,8 +136,8 @@ string or an object.
140136
"id": 3816534,
141137
"event": "action",
142138
"content": {
143-
"type": "add_twitter_search",
144-
"description": "flowdock"
139+
"type": "add_rss_feed",
140+
"description": "http://apidock.com/ruby/RSS"
145141
},
146142
"user": "18",
147143
"attachments": [],

docs/messages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ Flowdock-User: 2
178178
"id":3816534,
179179
"event":"action",
180180
"content":{
181-
"type":"add_twitter_search",
182-
"description":"flowdock"
181+
"type": "add_rss_feed",
182+
"description": "http://apidock.com/ruby/RSS"
183183
},
184184
"attachments": [],
185185
"user":"18",
@@ -228,8 +228,8 @@ Flowdock-User: 2
228228
"id":3816534,
229229
"event":"action",
230230
"content":{
231-
"type":"add_twitter_search",
232-
"description":"flowdock"
231+
"type": "add_rss_feed",
232+
"description": "http://apidock.com/ruby/RSS"
233233
},
234234
"attachments": [],
235235
"user":"18",

0 commit comments

Comments
 (0)