mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +01:00
Syndicate is working! Instagra & Pixelfed demonstrated with the new post attached. Lots of TODOs, but functional enough :)
7 lines
175 B
Go
7 lines
175 B
Go
package localonly
|
|
|
|
import "github.com/by-jp/www.byjp.me/tools/syndicate/shared"
|
|
|
|
func (s *service) Interactions(url string) ([]shared.Interaction, error) {
|
|
return nil, nil
|
|
}
|