-
Notifications
You must be signed in to change notification settings - Fork 43
Conversation
Includes required thread types, namely the account thread.
Mills are inspired by Transloadit robots, handling different files types described by the DAG node schemas.
This was causing the file to always get re-added since the checksum was different each time.
Still need to handle the write rejection, but wanted to get this in pre-migration.
One step can now use another via the "use" keyword.
Source is file/parent checksum + hash of mill opts. This allows for an additional pre-mill check for the file.
@carsonfarmer heads up, I created another field on |
Set username and avatar, get own or others' profiles.
Added new gateway handling to resolve the new style avatars. The schema adds a |
new profile commands are:
|
If this proves useful, we can clean up.
} | ||
|
||
// PrepareFilesAsync is the async flavor of PrepareFiles | ||
func (m *Mobile) PrepareFilesAsync(path string, threadId string, cb Callback) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@asutula I added an async version of PrepareFiles
here which takes a callback interface. Let me know when you're around and we can talk through this and other changes.
ok guys, would like to get this merged. reviews requested! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoah. this is huge. i've gone through everything with a medium-tooth comb. left mobile mostly for @asutula though. i've been playing with earlier versions of this, so seems stable enough to merge and start really kicking the tires...
Still WIP but I want to start triggering CI. Mobile is coming together fast.