Skip to content

Instantly share code, notes, and snippets.

@eploko
Created February 2, 2013 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eploko/4699112 to your computer and use it in GitHub Desktop.
Save eploko/4699112 to your computer and use it in GitHub Desktop.
Save iMessage from the File-Colon-3-Slashes bug.
The next command simply removes the affecting message from the iMessage history:
sqlite3 ~/Library/Messages/chat.db "DELETE FROM message WHERE text LIKE '%File:///%';"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment