Skip to content
#

activity-stream

Here are 37 public repositories matching this topic...

jeremylynch
jeremylynch commented Jul 13, 2014

I have found that @activity.trackable does not work when there is a default_scope which excludes the tracked object. I found a working monkey patch (see below), though is there a more appropriate solution? Would it be possible to override this default_scope when it's present?

PublicActivity::Activity.class_eval do
  def trackable
    trackable_type.constantize.unscoped.find trackabl
nichtich
nichtich commented Jun 23, 2019

I'm trying to create a multiple snapshots/releases/versions of an article. I found rel:latest-version, rel:predecessor-version but no real-world example of a publication with versions. My approach would be:

  • put current version at http://example.org/article
  • put versions at http://example.org/article/X.Y.Z where X.Y.Z is a version number
  • link versions with rel:latest-version,
ShahidKhosa
ShahidKhosa commented Dec 30, 2019

PS D:\React\react-native-example> expo start
Starting project at D:\React\react-native-example
Expo DevTools is running at http://localhost:19002
Opening DevTools in the browser... (press shift-d to disable)
(node:77844) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
error Invalid regular expression: /(.\fixtures\.|node_modules[\]react[\]dist[\].*

dappforce-subsocial-ui
siman
siman commented May 5, 2020

Currently we get date time from Postgres, but this is deprecated.

Need to get the date from a corresponding struct, if it's an activity like Blog/Post/Comment Created/Updated.

Or calculate an approximate date based on current_time - block_time * (current_block - activity_block)

Related to issue:

dappforce/dappforce-subsocial-offchain#61

skddc
skddc commented Apr 25, 2017

I was thinking about how to best add inactive users to the user list, because when you don't need a bouncer anymore, you're hidden as a "member of the channel" otherwise. And the emptier a channel looks, the less likely are new people to idle and eventually engage in my experience. Options that came to mind:

  1. Store a list of users that have been seen while you were online yourself in your use

Improve this page

Add a description, image, and links to the activity-stream topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the activity-stream topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.