Skip to content

Added reblog to Status#10

Merged
ornithocoder merged 1 commit intoMastodonKit:masterfrom
vhbit:reblog-status
May 4, 2017
Merged

Added reblog to Status#10
ornithocoder merged 1 commit intoMastodonKit:masterfrom
vhbit:reblog-status

Conversation

@vhbit
Copy link
Copy Markdown
Contributor

@vhbit vhbit commented May 3, 2017

While parsing itself was pretty easy to add, it required 2 changes:

  1. now Status is a class as otherwise it can't keep Status? inside
  2. constructor was moved from extension into the class itself to
    satisfy compiler demand (otherwise it'd say that there are no
    initializers)

While parsing itself was pretty easy to add, it required 2 changes:
1. now `Status` is a class as otherwise it can't keep `Status?` inside
2. constructor was moved from extension into the class itself to
   satisfy compiler demand (otherwise it'd say that there are no
   initializers)
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #10 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #10   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          41     41           
  Lines         569    570    +1     
=====================================
+ Hits          569    570    +1
Flag Coverage Δ
#ios 100% <100%> (ø) ⬆️
Impacted Files Coverage Δ
Sources/MastodonKit/Models/Status.swift 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56c2d7c...b89bed8. Read the comment docs.

@ornithocoder
Copy link
Copy Markdown
Contributor

Hi @vhbit, thank you very much! I'll merge it today and add your name to the Readme file!

@ornithocoder ornithocoder merged commit 9716723 into MastodonKit:master May 4, 2017
@vhbit vhbit deleted the reblog-status branch May 5, 2017 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants